libyaml-sys 0.1.0

Low-level bindings for the LibYAML library
Documentation
@bindgen ^
    --output bindings.rs ^
    --no-prepend-enum-name ^
    --whitelist-function "^yaml_(.*)$" ^
    --whitelist-type "^yaml_(.*)$" ^
    --no-recursive-whitelist ^
    --no-doc-comments ^
    --raw-line "use libc::FILE;" ^
    ..\libyaml\include\yaml.h