rustdds 0.4.5

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