| Crates.io | libyaml |
| lib.rs | libyaml |
| version | 0.2.0 |
| created_at | 2019-10-17 11:02:34.561142+00 |
| updated_at | 2022-08-15 18:53:34.66656+00 |
| description | High-level bindings for the LibYAML library |
| homepage | https://github.com/fatemender/libyaml-rs |
| repository | https://github.com/fatemender/libyaml-rs |
| max_upload_size | |
| id | 173320 |
| size | 40,882 |
This Rust crate provides high-level bindings for the LibYAML library via the
unsafe-libyaml crate. It has the following limitations:
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.
This crate is licensed under the MIT license.