5 unstable releases

0.3.0 Mar 14, 2024
0.2.0 Mar 13, 2024
0.1.2 Mar 13, 2024
0.1.1 Mar 13, 2024
0.1.0 Mar 13, 2024

#1367 in Algorithms

Download history 355/week @ 2024-03-10 21/week @ 2024-03-17 37/week @ 2024-03-31

413 downloads per month

MIT license

11KB
101 lines

Improved YAML Hash

If the YAML data you're working with is well-defined and you want to write the necessary types, you should use serde and serde_yaml.

Otherwise, yaml_rust2 provides a foundation for working with varied YAML data or when you don't want to write the necessary types.

This crate provides the YamlHash struct, which is a wrapper for yaml_rust2::yaml::Hash, and supports some additional capabilities:

Dependencies

~3MB