Module linked_list

Source
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ยง

CursorMut
A cursor that can mutate the linked list links.
Link
The metadata of linked list frames.
LinkedList
A linked list of frames.