d 0.1.0

D is a simple standalone httpd.
Documentation
1
2
3
4
5
pub mod error;
pub mod httpd;
pub mod utils;

pub use httpd::start;