//! Low-level bindings for the [LibYAML] library.
//!//! Please see the LibYAML [C API documentation] for function descriptions.
//!//! [LibYAML]: https://github.com/yaml/libyaml
//! [C API documentation]: https://pyyaml.org/wiki/LibYAML
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]include!("../src-generated/bindings.rs");