Expand description
§Utilities for JAM Protocol
This module provides utility functions and re-exports commonly used traits.
Re-exports§
pub use codec::Codec;
Modules§
- codec
- Codec module re-exporting parity-scale-codec traits
Traits§
- Decode
- Trait that allows zero-copy read of value-references from slices in LE format.
- Encode
- Trait that allows zero-copy write of value-references to slices in LE format.