en/src/router/handlers.rs
2025-12-24 12:45:14 -03:00

6 lines
96 B
Rust

pub mod graph;
pub mod template;
pub mod raw;
pub mod navigation;
pub mod fixed;
pub mod error;