Files
serde_tagged/ser/adj/
mod.rs
1
//! Serialization of adjacently tagged values.
2
3
pub mod
map;
4
pub mod
struc;
5
pub mod
tuple;