Crates.io | cyclonedds-rs |
lib.rs | cyclonedds-rs |
version | 0.6.5 |
source | src |
created_at | 2020-09-29 17:56:05.262679 |
updated_at | 2023-01-30 12:38:17.28901 |
description | Safe Rust bindings for cyclonedds |
homepage | https://github.com/sjames/cyclonedds-rs |
repository | |
max_upload_size | |
id | 294203 |
size | 162,918 |
Rust bindings for cyclonedds https://github.com/eclipse-cyclonedds/cyclonedds. This create no longer depends on a code generator. The Cyclone serialization interface is used to implement the Rust interface. You can annotate a structure with the new derive macro and start subscribing and publishing right from Rust.
This crate allows you to use the cyclonedds library using safe Rust. It uses the cyclone serialization/deserialization interface for high performance and IDL free usage.