-
Notifications
You must be signed in to change notification settings - Fork 43
Open
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 feature request.
Criteria:
- must provide a stable, well-defined memory layout (use [Rust] ABI-compatible Option and Result types baselibs_rust#40 as reference implementation )
- should behave similarly to Option and Result in the std library
- should be easily convertible to and from the standard types
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog