Expand description
Enabling linked lists of frames without heap allocation.
This module leverages the customizability of the metadata system (see super::meta) to allow any type of frame to be used in a linked list.
Structsยง
- Cursor
Mut - A cursor that can mutate the linked list links.
- Link
- The metadata of linked list frames.
- Linked
List - A linked list of frames.