Network Programming with Rust and the socket2 crate. Socket2 is a crate that provides utilities for creating and using sockets.
Based on the Book UNIX Network Programming, Volume 1, Third Edition
cd tcpcliserv/tcpserv0x/
cargo build
cargo run
cd tcpcliserv/tcpcli0x/
cargo build
cargo run
This project is licensed under the [MIT] License - see the LICENSE.md file for details