vapoursynth-sys 0.6.0

Rust bindings for vapoursynth and vsscript.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Raw bindings to [VapourSynth](https://github.com/vapoursynth/vapoursynth).

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]

// The bindings can be regenerated by using the `generate-bindings.sh` script,
// or manually by copying the file generated by the `bindgen` feature.
include!("bindings.rs");
include!("vsscript_loader.rs");