Module vec

Module vec 

Source

Structs§

ZeroCopyVec
ZeroCopyVec is a custom vector implementation which forbids post-initialization reallocations. The size is not known during compile time (that makes it different from arrays), but can be defined only once (that makes it different from Vec).

Type Aliases§

ZeroCopyVecBorsh
ZeroCopyVecU8
ZeroCopyVecU16
ZeroCopyVecU32
ZeroCopyVecU64