Introduction
Serde is a popular
serialization and
deserialization framework for Rust, used to convert
serialized data (e.g. JSON and XML) to Rust structures and vice versa. Serde supports many formats, including: JSON, YAML, TOML, BSON, Pickle and XML.