rusty_av2d 0.1.3

Pure-Rust AV2 video decoder, no C/FFI. Byte-identical to the AVM reference decoder across a 45-clip conformance corpus.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[toolchain]

channel = "nightly-2026-02-05"



# Commented out targets to avoid downloading or caching all these during CI

# runs. See discussion on rav1d PR #1174. Uncomment to cross-compile locally.

# targets = [

#     "aarch64-unknown-linux-gnu",

#     "aarch64-apple-darwin",

#     "aarch64-linux-android",

#     "armv7-unknown-linux-gnueabihf",

#     "i686-unknown-linux-gnu",

#     "riscv64gc-unknown-linux-gnu",

#     "x86_64-unknown-linux-gnu",

# ]

components = ["rustfmt"]