rtps-rs 0.1.2

Real Time Publish Subscribe protocol
Documentation
#![allow(dead_code)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]

extern crate bit_set;
extern crate bit_vec;
extern crate bytes;
extern crate num_derive;
extern crate num_traits;
extern crate speedy;
extern crate tokio_util;

#[macro_use]
mod serialization_test;
#[macro_use]
mod checked_impl;
mod behavior;
mod common;
mod dds;
mod discovery;
mod messages;
mod structure;