Skip to content

atolab/cdds-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dds-rs

CycloneDDS bindings for Rust

[dependencies]
ddsc = "0.1.2"

Rust version requirements

dds-rs works with stable Rust, and typically works with the most recent prior stable release as well.

Version of libddsc

Currently this library requires CycloneDDS 0.5.1 or newer.

Building ddsc

$ git clone https://github.com/atolab/cdds-rust
$ cd cdds-rust
$ cargo build

License

This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in dds-rs by you, as defined in the Apache-2.0 license, shall be under the same license, without any additional terms or conditions.