Structs

A zero-copy “slice”, that works for unsized types, i.e. the zero-copy version of [T] where T is not Sized.

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 VarZeroSlice.

Enums

A zero-copy vector for variable-width types.