Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 859 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 859 Bytes

cyclonedds-sys

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 ..

Generated bindings

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.

System Dependencies