Rust binding for OpenTimelineIO library
The OpenTimelineIO crate is maintained by the vfx-rs project
OpenTimelineIO Rust binding is currently supported on Linux platforms.
- Rust (1.56.1) https://www.rust-lang.org/
- libc (0.2) https://crates.io/crates/libc
- cc (1.0) https://crates.io/crates/cc
- pkg-config (0.3) https://crates.io/crates/pkg-config
- bindgen (0.53.1) https://crates.io/crates/bindgen
-
Install Dependencies
-
Download the opentimelineio-bind source code You can download source code using
git
to clone the repository.
> git clone https://github.com/vfx-rs/opentimelineio-bind.git
Cloning into 'opentimelineio-bind'...
- Generate bindings
> cargo build