Experiment with networking stack of Rust
Find a file
Andrii Babarytskyi 012ef02a8e Initial commit
2025-06-05 20:11:02 +02:00
src Initial commit 2025-06-05 20:11:02 +02:00
.gitignore Initial commit 2025-06-05 20:11:02 +02:00
Cargo.lock Initial commit 2025-06-05 20:11:02 +02:00
Cargo.toml Initial commit 2025-06-05 20:11:02 +02:00
README.md Initial commit 2025-06-05 20:11:02 +02:00

To launch the application, you can use the following commands in your terminal, assuming you have Rust and Cargo installed, in separate terminal windows:

cargo run -- -i 8001 -o 8000
cargo run -- -i 8000 -o 8001