Module format

Module format 

Source
Expand description

Types to describe the format of some SCALE encoded bits.

Structs§

Format
A description of the format used to SCALE encode some bits.

Enums§

OrderFormat
This is a runtime representation of the order that bits will be written to the specified BitsStoreFormat.
StoreFormat
This is a runtime representation of the store type that we’re targeting. These are equivalent to the bitvec store types u8, u16 and so on.