Skip to content

fatemender/libyaml-sys

Repository files navigation

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.

About

Low-level Rust bindings for the LibYAML library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages