serde_tagged/de/adj/
mod.rs

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