sudo apt update && sudo apt install capnproto -y
capnpc --version
capnp --versionexport OUT_DIR=$(pwd)
cargo build[1st terminal]
cargo run server localhost:2000[2nd terminal]
cargo run client localhost:2000 'Mr Zhou'
cargo run client localhost:2000 'Ms Huang'- https://medium.com/@learnwithshobhit/comparing-capn-proto-and-grpc-in-rust-a-performance-and-feature-analysis-61d2da815d18
- https://forge.rust-lang.org/infra/other-installation-methods.html#rustup
- https://capnproto.org/install.html