Inspired by https://github.com/Yengas/rust-chat-server
This project was used as a tool to learn Async programming, networking programming and Rust itself
Client can be ran/built from root folder ('clichat_rust') using:
$ cargo run --bin chatclient
$ cargo build --bin chatclient
Server can be ran/built from root folder ('clichat_rust') using:
$ cargo run --bin chatserver -- -p {port}
$ cargo build --bin chatserver