libyaml-sys

Crates.iolibyaml-sys
lib.rslibyaml-sys
version0.1.0
sourcesrc
created_at2019-09-27 15:29:06.325713
updated_at2019-09-27 15:29:06.325713
descriptionLow-level bindings for the LibYAML library
homepagehttps://github.com/fatemender/libyaml-sys
repositoryhttps://github.com/fatemender/libyaml-sys
max_upload_size
id168164
size697,840
Mikhail Solovev (fatemender)

documentation

https://docs.rs/libyaml-sys

README

crates.io docs.rs

libyaml-sys

This Rust crate provides low-level bindings for the LibYAML library, version 0.2.2. It has the following limitations:

  • the yaml library must be available on the system, no attempt is made to build it from source.

Installation

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"

License

This crate is licensed under the MIT license.

Commit count: 2

cargo fmt