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