yan_net 0.2.1

A simple library for sending HTTP requests and creating HTTP servers
Documentation
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;