Derive macro for DdsType
This package provides a derive macro for DdsType to support dust-dds.
DdsType can only be derived for structs, tuples and enums. For structs and tuples, the attribute #[dust_dds(key)] can be specified either on the whole type or on a subset of fields.
Example
A typical user DDS type will look like this:
use