Skip to content

sjames/cyclonedds-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published