#dds #native-bindings #cyclone-dds #api-bindings

cyclors

Low-level API for the native CycloneDDS bindings (libddsc-sys)

16 releases

0.3.4 Dec 12, 2024
0.3.3 Oct 29, 2024
0.3.1 Sep 11, 2024
0.3.0 Jun 13, 2024
0.1.0 Sep 23, 2020

#1 in #cyclone-dds

Download history 902/week @ 2024-09-01 1273/week @ 2024-09-08 1188/week @ 2024-09-15 1158/week @ 2024-09-22 1297/week @ 2024-09-29 1657/week @ 2024-10-06 1856/week @ 2024-10-13 1949/week @ 2024-10-20 1505/week @ 2024-10-27 1483/week @ 2024-11-03 1047/week @ 2024-11-10 1464/week @ 2024-11-17 1317/week @ 2024-11-24 1149/week @ 2024-12-01 1597/week @ 2024-12-08 1065/week @ 2024-12-15

5,181 downloads per month
Used in 2 crates

Apache-2.0

15MB
312K SLoC

C 227K SLoC // 0.1% comments C 77K SLoC // 0.1% comments Rust 3K SLoC // 0.0% comments Python 1.5K SLoC // 0.2% comments Shell 1.5K SLoC // 0.3% comments Happy 1K SLoC PlantUML 641 SLoC // 0.0% comments Perl 431 SLoC // 0.1% comments Bitbake 90 SLoC // 0.2% comments BASH 57 SLoC // 0.1% comments PowerShell 11 SLoC // 0.6% comments

cyclors

Low level RUST APIs for cyclone

Supported Features

  • iceoryx: Enable support for the Iceoryx PSMX plugin in Cyclone DDS (Linux and macOS only).
  • 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.

Dependencies