Module zerovec::map[][src]

Expand description

See ZeroMap for details.

Structs

ZeroMap

A zero-copy map datastructure, built on sorted binary-searchable ZeroVec and VarZeroVec.

Traits

ZeroMapKV

Trait marking types which are allowed to be keys or values in [ZeroMap].

ZeroVecLike

Trait abstracting over ZeroVec and VarZeroVec, for use in [ZeroMap]. You should not be implementing or calling this trait directly.