10 个版本
0.2.1 | 2022年10月8日 |
---|---|
0.2.0 | 2022年8月31日 |
0.1.7 | 2022年8月17日 |
0.1.6 | 2022年4月20日 |
0.1.0 | 2020年9月29日 |
在 #cyclone-dds 中排名 3
每月下载 23 次
在 4 个 crate 中使用 (通过 cyclonedds-rs)
235KB
7K SLoC
cyclonedds-sys
Rust 对 cyclone-dds 的绑定 https://github.com/eclipse-cyclonedds/cyclonedds.git.
使用 CycloneDDS 版本 0.10.x 系列进行测试 - https://github.com/eclipse-cyclonedds/cyclonedds/tree/releases/0.10.x
仅支持 Linux。
生成的绑定
这主要由 bindgen 生成的代码组成,不建议直接使用。cyclonedds-rs crate 在 sys crate 上提供了一个安全的 Rust API。
系统依赖
- iceoryx https://github.com/eclipse-iceoryx/iceoryx 版本 2.0.2。不要安装其他版本。
- git
- libclang
- cmake
- make
- cmake 使用的 C/C++ 编译器
依赖
~0–2MB
~39K SLoC