1
2
3
4
5
//! Deserialization of adjacently tagged values.

pub mod map;
pub mod struc;
pub mod tuple;