Example code of using up-transport-zenoh-rust
# Check clippy
cargo clippy --all-targets
# Build
cargo build
# Publisher
cargo run --bin publisher
# Subscriber
cargo run --bin subscriber
# RPC Server
cargo run --bin rpc_server
# RPC Client
cargo run --bin rpc_client