16 unstable releases (5 breaking)

Uses new Rust 2024

0.6.2 Mar 3, 2026
0.6.1 Nov 14, 2025
0.5.1 Oct 27, 2025
0.4.5 Apr 16, 2025
0.3.0 Mar 14, 2024

#1621 in Algorithms

Download history 43/week @ 2026-01-07 40/week @ 2026-01-14 43/week @ 2026-01-21 70/week @ 2026-01-28 48/week @ 2026-02-04 73/week @ 2026-02-11 131/week @ 2026-02-18 111/week @ 2026-02-25 242/week @ 2026-03-04 296/week @ 2026-03-11 230/week @ 2026-03-18 402/week @ 2026-03-25 104/week @ 2026-04-01 96/week @ 2026-04-08 66/week @ 2026-04-15 80/week @ 2026-04-22

405 downloads per month
Used in 2 crates

MIT license

12KB
107 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

~1.5MB
~22K SLoC