astrea 0.3.1

A file-system based routing framework for Axum with automatic code generation
Documentation
1
2
3
4
//! 文件路由器
//!
//! 路由生成由 `generate_routes!` 过程宏在编译时完成,
//! 此模块保留用于未来扩展(中间件注册、路由分组等)。