1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# example Simple producer and consumer. ## usage Navigate to `zzrpc` crate root directory. First, start server: ```bash cargo run --example simple -- --server ``` Start client (in another terminal window): ```bash cargo run --example simple ```