Crate sorted_array

Source
Expand description

Adapted from: StackMap

A zero-allocation sorted array data structure, similar to SmallVec.

Structsยง

SortedArray
A constant-size, zero-allocation associative container based on a sorted array.
SortedArrayEntry
Simple entry type containing a key and a value