rust-chat 0.1.4

A Chat app over TCP Sockets
Documentation
1
2
3
4
5
pub mod cmd;
mod user;
pub mod utils;

pub use user::User;