silent 2.16.1

Silent Web Framework
Documentation
1
2
3
4
5
6
7
mod compression;
mod directory;
mod handler;
mod options;

pub use handler::{static_handler, static_handler_with_options};
pub use options::StaticOptions;