Module encoding

Module encoding 

Source

Structs§

IceSize
The IceSize is a special wrapper around i32 and is encoded in one byte if smaller than 255.
OptionalFlag
OptionalWrapper
SliceFlags

Enums§

SliceFlagsTypeEncoding

Traits§

FromBytes
The FromBytes trait needs to be implemented by all types that need to be decoded.
OptionalType
ToBytes
The ToBytes trait needs to be implemented by all types that need to be encoded.