libyaml

Crates.iolibyaml
lib.rslibyaml
version0.2.0
sourcesrc
created_at2019-10-17 11:02:34.561142
updated_at2022-08-15 18:53:34.66656
descriptionHigh-level bindings for the LibYAML library
homepagehttps://github.com/fatemender/libyaml-rs
repositoryhttps://github.com/fatemender/libyaml-rs
max_upload_size
id173320
size40,882
Mikhail Solovev (fatemender)

documentation

https://docs.rs/libyaml

README

crates.io docs.rs

libyaml

This Rust crate provides high-level bindings for the LibYAML library via the unsafe-libyaml crate. It has the following limitations:

  • the token and document APIs are currently not implemented.

Installation

Just add this crate to your Cargo.toml:

[dependencies]
libyaml = "0.2"

You do not need to install the LibYAML library on the target system. Instead, unsafe-libyaml provides a transpiled version.

License

This crate is licensed under the MIT license.

Commit count: 13

cargo fmt