Structsยง
- Blank
Slice ๐Encoder - This lets us conveniently use the
EncodeAsVarULEfunctionality to createVarZeroVec<[u8]>s that have the right amount of space for elements without having to duplicate any unsafe code - Multi
FieldsULE - This type is used by the custom derive to represent multiple
VarULEfields packed into a single end-of-struct field. It is not recommended to use this type directly, useTuple2VarULEetc instead.