Expand description
Runtime codec contracts and integer codecs for wire-repr.
Re-exports§
pub use codec::BeI16;pub use codec::BeI32;pub use codec::BeI64;pub use codec::BeI128;pub use codec::BeU16;pub use codec::BeU24;pub use codec::BeU32;pub use codec::BeU64;pub use codec::BeU128;pub use codec::Bytes;pub use codec::EncodePlan;pub use codec::ExactWidthError;pub use codec::FixedCodec;pub use codec::I8;pub use codec::LeI16;pub use codec::LeI32;pub use codec::LeI64;pub use codec::LeI128;pub use codec::LeU16;pub use codec::LeU24;pub use codec::LeU32;pub use codec::LeU64;pub use codec::LeU128;pub use codec::PrefixCodec;pub use codec::PrefixExtent;pub use codec::U8;pub use codec::U24RangeError;
Modules§
- codec
- Codec contracts and built-in codecs. Codec contracts and built-in integer codecs.
Macros§
- wire_
repr - Declares sequential or fixed absolute-offset byte-backed wire layouts. Declares sequential or fixed absolute-offset byte-backed wire layouts.