summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: ad634d0cc460b0006d4780a2d466c757eed01778 (plain)
1
2
3
4
5
6
7
pub use error::{Error, Result};
pub use routes::router;

pub mod error;
pub mod routes;
pub mod state;
pub mod model;