Expand description

A prelude containing the codec traits and all types defined in the types module.

Re-exports

pub use crate::de::Decode;
pub use crate::de::Decoder;
pub use crate::enc::Encode;
pub use crate::enc::Encoder;
pub use crate::types::*;

Derive Macros

An automatic derive of the Decode trait.

An automatic derive of the Encode trait.