use axum_folder_router::folder_router; struct AppState; #[automatically_derived] impl ::core::clone::Clone for AppState { #[inline] fn clone(&self) -> AppState { AppState } } #[path = "/home/tristand/code/axum-folder-router/examples/simple/api"] mod __folder_router__myfolderrouter__examples_simple_api { #[path = "route.rs"] pub mod route { use axum::response::{Html, IntoResponse}; pub async fn get() -> impl IntoResponse { Html("