rustdds 0.3.0

Rust DDS implementation with RTPS
Documentation
1
2
3
pub trait Validity {
  fn valid(&self) -> bool;
}