eclipse-score / eclipse-score/baselibs
ABI-compatible Option and Result types
Open
comp-abi-types
- Dominant language
- C++
- Stars
- 26
- Forks
- 85
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 47
Description
We need an ABI-compatible queue that behaves similarly to std option and std expected, 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 provide a stable, well-defined memory layout (use https://github.com/eclipse-score/baselibs/issues/152 as reference implementation )
- should behave similarly to Option and Result in the std library
- should be easily convertible to and from the standard types
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.