Skip to content

Rust client-side library to talk to the Zenoh implementation of uProtocol

License

Notifications You must be signed in to change notification settings

eclipse-uprotocol/up-transport-zenoh-rust

Repository files navigation

up-client-zenoh-rust

Rust UPClient implementation for the Zenoh transport

Build

# Check clippy
cargo clippy --all-targets
# Build
cargo build
# Run test
cargo test
# Test coverage
cargo tarpaulin -o lcov -o html --output-dir target/tarpaulin

Examples

The examples of using up-client-zenoh-rust can be found in up-zenoh-example-rust.

Note

The implementation follows the spec defined in up-l1/zenoh.

About

Rust client-side library to talk to the Zenoh implementation of uProtocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages