We need an ABI-compatible queue that behaves similarly to std string, with a defined memory layout for [ABI-Compatible Data Types](https://eclipse-score.github.io/score/main/features/communication/abi_compatible_data_types/index.html) feature request. Criteria: - must never allocate heap memory - must provide a stable, well-defined memory layout (use https://github.com/eclipse-score/baselibs_rust/issues/26 as reference implementation)
We need an ABI-compatible queue that behaves similarly to std string, with a defined memory layout for ABI-Compatible Data Types feature request.
Criteria: