Crates.io | libyaml-sys |
lib.rs | libyaml-sys |
version | 0.1.0 |
source | src |
created_at | 2019-09-27 15:29:06.325713 |
updated_at | 2019-09-27 15:29:06.325713 |
description | Low-level bindings for the LibYAML library |
homepage | https://github.com/fatemender/libyaml-sys |
repository | https://github.com/fatemender/libyaml-sys |
max_upload_size | |
id | 168164 |
size | 697,840 |
This Rust crate provides low-level bindings for the LibYAML library, version 0.2.2. It has the following limitations:
yaml
library must be available on the system, no attempt is made to
build it from source.First, compile LibYAML as a shared or static library and install it. Then add
this crate to your Cargo.toml
:
[dependencies]
libyaml-sys = "0.1.0"
This crate is licensed under the MIT license.