serde_tagged 0.1.0

Tag values during serialization, retreive tags during deserialization.
Documentation
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::*;