Skip to main content

Module types

Module types 

Source
Expand description

Codec implementations for common types

Modulesยง

btree_map
Codec implementations for no_std compatible map types.
btree_set
Codec implementations for no_std compatible set types.
bytes
Implementations of Codec for byte types.
hash_map
Codec implementations for HashMap (requires std).
hash_set
Codec implementations for HashSet (requires std).
lazy
This module exports the Lazy type.
net
Codec implementations for network-related types
primitives
Codec implementations for Rust primitive types.
range
Codec implementations for range types (Range, RangeFrom, RangeTo, RangeInclusive, RangeToInclusive, RangeFull).
tuple
Codec implementation for tuples.
vec
Codec implementation for Vec<T>.