1 2 3 4 5 6 7
//! # Example-webserver-rs //! //! Implement basic webserver functionality with Rust.<br> //! Github: <https://github.com/rpietrusinski/example-webserver-rs> pub mod handlers; pub mod structs;