Module prelude

Source
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§

Decode
An automatic derive of the Decode trait.
Encode
An automatic derive of the Encode trait.