serde_tagged/ser/adj/
mod.rs

1//! Serialization of adjacently tagged values.
2
3pub mod map;
4pub mod struc;
5pub mod tuple;