yamlstar 0.1.0

Pure YAML 1.2 loader - Rust binding for libyamlstar
Documentation
[dependencies.dlopen]
version = "0.1.8"

[dependencies.libc]
version = "0.2.150"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.109"

[[example]]
name = "load_yaml"
path = "examples/load_yaml.rs"

[lib]
name = "yamlstar"
path = "src/lib.rs"

[package]
authors = ["Ingy döt Net <ingy@ingy.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Pure YAML 1.2 loader - Rust binding for libyamlstar"
edition = "2021"
license = "MIT"
name = "yamlstar"
readme = "ReadMe.md"
repository = "https://github.com/yaml/yamlstar"
version = "0.1.0"

[[test]]
name = "load"
path = "tests/load.rs"