yaml-hash

Crates.ioyaml-hash
lib.rsyaml-hash
version0.3.0
sourcesrc
created_at2024-03-13 01:22:13.546591
updated_at2024-03-14 12:29:09.154835
descriptionImproved YAML Hash
homepage
repositoryhttps://github.com/qtfkwk/yaml-hash
max_upload_size
id1171222
size18,033
qtfkwk (qtfkwk)

documentation

README

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:

Commit count: 0

cargo fmt