Module ice_rs::encoding[][src]

Structs

IceSize

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

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