eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
448 stars 22 forks source link

Create example with complex data types #175

Closed elfenpiff closed 2 months ago

elfenpiff commented 2 months ago

(Code) Example Of Cumbersome API

Users would like to use more complex data types than just PoD or structs/arrays of PoD. iceoryx2 brings with iceoryx2-bb-container already a FixedSizeVec and a FixedSizeString that can be used in this context. We should demonstrate this in an example.