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

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