1 2 3 4 5 6 7 8
//! yan_net helps with creating HTTP servers as well as sending requests #[cfg(test)] mod tests; pub mod basic; pub mod prelude; pub mod server;