Skip to main content

Crate packo

Crate packo 

Source
Expand description

Packed datastructure in no_std with self referential indexing. See Packo.

Structs§

Packo
Create a packed structure Packo (array of Ts) with self referential indexes.
PackoIterator
Default iterator for Packo.
PackoSiblingsIterator
Iterator for Packo siblings.

Type Aliases§

CATS
Type to use for indexing the categories, if used.
IDX
Type to use for indexing within the data structure