cgp-serde-extra 0.1.0-beta

CGP-enabled serde implementation
Documentation
1
2
3
4
5
6
7
8
9
mod base64;
mod date;
mod hex;
mod timestamp;

pub use base64::*;
pub use date::*;
pub use hex::*;
pub use timestamp::*;