Features Serialization and deserialization of Rust data structures to/from YAML format Support for custom structs and enums using Serde's derive macros Handling of YAML's !tag syntax for representing ...
YAML is a human-readable markup language. With it, you can create easily readable documents that can be consumed by a variety of programming languages. In this case, the scalar "1.2345" is typed as a ...