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§
- Order
Format - This is a runtime representation of the order that bits will be written
to the specified
BitsStoreFormat
. - Store
Format - This is a runtime representation of the store type that we’re targeting. These
are equivalent to the
bitvec
store typesu8
,u16
and so on.