eclipse-iceoryx / iceoryx2

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

Loan slices from C/C++ API #490

Closed orecham closed 2 weeks ago

orecham commented 3 weeks ago

Brief feature description

Functionality for loaning slices is not yet implemented in the C/C++ API.

Detailed information

This examples should be functional:

  1. https://github.com/eclipse-iceoryx/iceoryx2/tree/main/examples/cxx/publish_subscribe_dynamic_data

Furthermore, a C example should be added.