6 releases (3 breaking)
0.4.0 | Apr 18, 2023 |
---|---|
0.3.0 | Feb 5, 2023 |
0.2.1 | Jan 15, 2023 |
0.1.1 | Jan 15, 2023 |
#287 in Video
3.5MB
39K
SLoC
rustsynth
Safe rust vapoursynth wrapper
Fork of the vapoursynth-rs for the current and latest VapourSyth API version
For the ffi bindings see (rustsynth-sys)https://github.com/animafps/rustsynth/tree/main/rustsynth-sys
lib.rs
:
A safe wraper for VapourSynth, written in Rust
Is a fork of vapoursynth-rs project for the latest VapourSynth API version
The primary goal is safety (that is, safe Rust code should not trigger undefined behavior), and secondary goals include performance and ease of use.
The VapourSynth prelude.
Contains the types you most likely want to import anyway.