UDP implementation of the DDS "Real-time Publish-Subscribe Protocol" (RTPS).
The specification for this protocol can be found here
- This implementation aims to be idiomatic Rust
- where possible, and with respect to the first principle, this implementation aims to follow the spec closely, for ease of reference