rustdds 0.7.11

Native Rust DDS implementation with RTPS
Documentation
# Shapes Demo Example

This shapes demo example is meant to verify and demonstrate compatibility with other DDS implementations.

1. Get some others DDS implementations shapes demo. Eg. https://www.eprosima.com/index.php/products-all/eprosima-shapes-demo and start it to, for example, publish into the `Square` topic.
2. Change to examples/shapes_demo subdirectory to find a logging configuration file. Otherwise, the demo runs with default logging.
3. Run the RustDDS shapes demo with appropriate options, e.g., `cargo run --example=shapes_demo -- -S -t Square` to subscribe to the Square topic. 
4. To exit shapes demo press  'Ctrl + C'