# dds-rs
CycloneDDS bindings for Rust
```toml
[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
```sh
$ 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](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.