libyaml-sys 0.1.0

Low-level bindings for the LibYAML library
Documentation
  • Coverage
  • 0.2%
    1 out of 507 items documented0 out of 64 items with examples
  • Size
  • Source code size: 697.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 23.54 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • fatemender/libyaml-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fatemender

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.