Module structopt_toml::serde
source · Expand description
Re-export of serde
Modules
Generic data structure deserialization framework.
Generic data structure serialization framework.
Macros
Helper macro when implementing the
Deserializer part of a new data format
for Serde.Conditional compilation depending on whether Serde is built with support for
128-bit integers.
Traits
A data structure that can be deserialized from any data format supported
by Serde.
A data format that can deserialize any data structure supported by
Serde.
A data structure that can be serialized into any data format supported
by Serde.
A data format that can serialize any data structure supported by Serde.