cyclonedds-rs
cyclonedds-rs copied to clipboard
XTypes field autoid strategies and appendable/mutable
Does dds_derive support XTypes?
- Type publishing
- Appendable/Mutable structs
- the different autoid strategies (hash, increment)
- manual ids?
I'd be expecting macros which can be used to add the relevant labels
@willstott101,
XTypes is not supported. XTypes needs XCDR2 serialization which is not supported by the cdr Rust crate (https://crates.io/crates/cdr).
I haven't really given a thought about how to implement this.