2 releases

0.1.1 Apr 20, 2022
0.1.0 Sep 23, 2021

#6 in #cyclone-dds

49 downloads per month
Used in 4 crates

Custom license

14KB
219 lines

cyclonedds-rs

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.

Introduction

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.

Features

  1. Qos
  2. Reader and Writer
  3. Listener with closure callbacks
  4. Async reader
  5. multiple and nested keys

Roadmap Features

  1. Shared memory support using iceoryx

Examples

  1. https://github.com/sjames/demo-vehicle-speed-subscriber (Vehicle speed subscriber with async reader)
  2. https://github.com/sjames/demo-vehicle-speed-publisher (Vehicle speed publisher)

Special Instructions

The current release only supports the 0.10.X release branch. https://github.com/eclipse-cyclonedds/cyclonedds/tree/releases/0.10.x . Install this before building this crate or the examples.

Dependencies

Dependencies

~1.5MB
~33K SLoC