1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! 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");