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

`DynamicStorage` shall by type safe #160

Closed elfenpiff closed 3 months ago

elfenpiff commented 3 months ago

Brief feature description

It is possible that a user opens the same dynamic storage with different types, or deletes a dynamic storage and expecting it holding a different type. Those cases would lead to undefined behaviour and shall be impossible.