Crate rustsynth

source ·
Expand description

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.

Re-exports

Modules

Macros

  • A simple macro to create an owned map

Traits

  • A trait to provide a method to consume a struct and output an map::OwnedMap

Functions