eclipse-iceoryx / iceoryx2

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

Support untyped services #195

Closed elfenpiff closed 1 month ago

elfenpiff commented 2 months ago

Brief feature description

Currently, iceoryx2 supports only strongly typed services. The user shall be able to create a service based on a slice where they can set the worst-case-layout while creating the service and can loan arbitrary pieces of memory when it does not exceed the worst case.