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

Implement streaming operator for CXX types #330

Open elfenpiff opened 3 months ago

elfenpiff commented 3 months ago

Brief feature description

Some types have implemented a streaming operator to allow the user to print details more easily. The iceoryx_hoofs logger shall support them as well.

Detailed information