libyaml 0.2.0

High-level bindings for the LibYAML library
Documentation
  • Coverage
  • 98.82%
    84 out of 85 items documented1 out of 1 items with examples
  • Size
  • Source code size: 40.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • fatemender/libyaml-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fatemender

crates.io docs.rs

libyaml

This Rust crate provides high-level bindings for the LibYAML library via the unsafe-libyaml crate. It has the following limitations:

  • the token and document APIs are currently not implemented.

Installation

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.

License

This crate is licensed under the MIT license.