1 2 3 4 5 6 7 8
use autumn_web::prelude::*; #[static_get("/posts/{slug}")] async fn show() -> &'static str { "post" } fn main() {}