[][src]Module ice_rs::encoding

Structs

IceSize

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

Traits

FromBytes

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

ToBytes

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