-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
We need an ABI-compatible queue that behaves similarly to std dequeue, with defined memory layout for ABI-Compatible Data Types feature request.
Criteria:
- must never allocate heap memory
- must provide a stable, well-defined memory layout (use [Rust] ABI-compatible queue baselibs_rust#12 as reference implementation)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ready