Packages

Unofficial, low-Level Elixir API for the fastest and safest AV1 encoder.

Current section

Files

Jump to
rav1e native rav1e_native Cargo.toml
Raw

native/rav1e_native/Cargo.toml

[package]
name = "rav1e_native"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "rav1e_native"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.26.0"
rav1e = "*"