1
2
3
4
5
6
7
8
//! Deserialization of tagged values.

pub mod adj;
pub mod external;
pub mod internal;

mod seed;
pub use self::seed::*;