#hash #yaml #yaml-hash

yaml-hash

Improved YAML Hash

11 releases

0.4.5 Apr 16, 2025
0.4.4 Feb 20, 2025
0.4.3 Dec 5, 2024
0.4.2 Oct 25, 2024
0.3.0 Mar 14, 2024

#81 in #yaml

Download history 14/week @ 2025-02-05 51/week @ 2025-02-12 123/week @ 2025-02-19 8/week @ 2025-02-26 4/week @ 2025-03-05 27/week @ 2025-04-09 148/week @ 2025-04-16 8/week @ 2025-04-23

183 downloads per month
Used in openapi-trustfall-adapter

MIT license

11KB
103 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

~1MB
~20K SLoC