rustdds 0.11.8

Native Rust DDS implementation with RTPS
Documentation
1
2
3
4
5
6
7
8
struct ShapeType 
{
  @Key
  string color; 
  long x;
  long y;
  long shape_size;
};