corn 0.2.0

corn is a socket server free to chat & a web server display files
Documentation
1
2
3
4
5
pub mod corn_web_files;
pub mod corn_chat_text;

pub use corn_web_files::start_web_server;
pub use corn_chat_text::start_chat_server;