cyclors

Crates.iocyclors
lib.rscyclors
version0.2.5
sourcesrc
created_at2020-09-23 16:33:09.645086
updated_at2024-12-12 12:56:18.307227
descriptionLow-level API for the native CycloneDDS bindings (libddsc-sys).
homepage
repositoryhttps://github.com/ZettaScaleLabs/cyclors
max_upload_size
id292115
size28,699,635
Geoff Martin (gmartin82)

documentation

https://docs.rs/cyclors

README

cyclors

Low level RUST APIs for cyclone

Supported Features

  • iceoryx: Enable support for Iceoryx shared memory in Cyclone DDS.
  • prefix_symbols: Prefix the symbols in the Cyclone DDS and Cyclocut libraries with the version of the cyclors crate. This allows for different versions of the crate to be loaded together statically. On macOS and Windows platforms llvm-nm and llvm-objcopy are required.

Note: The iceoryx and prefix_symbols features are optional and cannot be enabled at the same time.

Commit count: 51

cargo fmt