Module zerovec::varzerovec[][src]

Structs

A fully-borrowed VarZeroVec. This type has the same internal buffer representation of VarZeroVec, making it cheaply convertible to VarZeroVec and VarZeroVecOwned; however, unlike those two, it cannot be mutated.

A fully-owned VarZeroVec. This type has no lifetime but has the same internal buffer representation of VarZeroVec, making it cheaply convertible to VarZeroVec and VarZeroVecBorrowed.

A VarULE version of VarZeroVec allowing for VarZeroVecs to be nested indefinitely

Enums

A zero-copy vector for variable-width types.

Type Definitions