- Reading JSON files in Rust
- Read and parse Cargo.toml using the toml crate defining our own structs
- Serialize and deserialize HashMap to JSON in Rust
- Deserializing YAML - deny unknown fields
- YAML and Rust
- Set default values while deserializing YAML in Rust
- Read simple JSON and deserialize into a struct
- Read a simple YAML file into a struct
- Read arbitrary YAML files in Rust