yaml-rust-davvid 0.5.2

The missing YAML 1.2 parser for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.hashlink]
version = "0.8"
[dev-dependencies.quickcheck]
version = "0.9"

[package]
authors = ["Yuheng Chen <yuhengchen@sensetime.com>", "David Aguilar <davvid@gmail.com>"]
description = "The missing YAML 1.2 parser for rust"
documentation = "https://docs.rs/yaml-rust"
edition = "2021"
homepage = "https://davvid.github.io/yaml-rust"
license = "MIT/Apache-2.0"
name = "yaml-rust-davvid"
readme = "README.md"
repository = "https://github.com/davvid/yaml-rust"
version = "0.5.2"