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.
PackoIdxIterator
Iterator based on [IDX].
PackoIterator
Default iterator for Packo.
PackoSiblingsIdxIterator
Iterator for Packo siblings but yields the [IDX] only.
PackoSiblingsIterator
Iterator for Packo siblings.

Traits§

IDXTraits