commonware-codec 0.0.62

Serialize structured data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Codec implementations for common types

pub mod btree_map;
pub mod btree_set;
pub mod bytes;
#[cfg(feature = "std")]
pub mod hash_map;
#[cfg(feature = "std")]
pub mod hash_set;
#[cfg(feature = "std")]
pub mod net;
pub mod primitives;
pub mod tuple;
pub mod vec;