1
2
3
4
5
mod dir;
mod fs;

pub use dir::StaticDir;
pub use fs::StaticFile;