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.
Complete example code implementing RoundTripPong is available at https://github.com/sjames/roundtrip-example . This works with the CycloneDDS Ping example.
Links to additional examples will be available in the projects github location.