Parent
[>]
1 2 3 4 5 6 7 8 9use HashMap; 10use ; 11 12use Router; 13use ; 14use header; 15use Parts; 16use IntoResponse; 17use get; 18 19use crate; 20 21/// Axum extractor that pulls the `{repo}` path parameter and validates it 22/// contains no path traversal components before passing it to handlers. 23; 24 25 50 51/// Shared application state passed to all route handlers. 52 53 59 60/// Serves the concatenated stylesheet. 61async 67 68/// Builds the application router with all routes and shared state attached. 69