serde_hooks 0.1.1

Runtime hooks for serde
Documentation
1
2
3
4
5
6
7
8
mod end;
mod map;
mod seq;
mod start;
mod r#struct;
mod tuple;
mod value;
mod variant;