ddsc

Crates.ioddsc
lib.rsddsc
version0.1.2
sourcesrc
created_at2020-07-30 09:19:09.66435
updated_at2020-09-21 14:36:23.557338
descriptionHigh-level API for the native CycloneDDS bindings (libddsc-sys).
homepage
repositoryhttps://github.com/atolabs/cdds-rust
max_upload_size
id271229
size70,237
Esteve Fernandez (esteve)

documentation

https://docs.rs/ddsc

README

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.

Commit count: 0

cargo fmt