Rust binding to cyclone-dds https://github.com/eclipse-cyclonedds/cyclonedds.git.
Tested with CycloneDDS version 0.10.x series - https://github.com/eclipse-cyclonedds/cyclonedds/tree/releases/0.10.x Please ensure that this version of CycloneDDS is built and installed on your machine.
Supports only Linux with SHM feature enabled.
cmake -DENABLE_SHM=1 ..
This consists of mostly code generated by bindgen and is not meant to be used directly. The cyclonedds-rs crate provides a safe Rust api over this the sys crate.
- iceoryx https://github.com/eclipse-iceoryx/iceoryx version 2.0.2. (https://github.com/eclipse-iceoryx/iceoryx/commit/f756b7c99ddf714d05929374492b34c5c69355bb) Do not install any other version.
- git
- libclang
- cmake
- make
- a C/C++ compiler for cmake to use