Rust bindings for cyclonedds https://github.com/eclipse-cyclonedds/cyclonedds. This create no longer depends on a code generator. The Cyclone serialization interface is used to implement the Rust interface. You can annotate a structure with the new derive macro and start subscribing and publishing right from Rust.
This crate allows you to use the cyclonedds library using safe Rust. It uses the cyclone serialization/deserialization interface for high performance and IDL free usage.
- Qos
- Reader and Writer
- Listener with closure callbacks
- Async reader
- multiple and nested keys
- Shared memory support using iceoryx
- https://github.com/sjames/demo-vehicle-speed-subscriber (Vehicle speed subscriber with async reader)
- https://github.com/sjames/demo-vehicle-speed-publisher (Vehicle speed publisher)