Module zerovec::map[][src]

Expand description

See ZeroMap for details.

Structs

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

Traits

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

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