rusty_av2d 0.2.2

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
#![deny(clippy::all)]

// The decoder is pure Rust: there is no assembly to assemble and no C to compile,
// so this build script intentionally does nothing. It is kept (rather than removed
// from Cargo.toml) as the hook for any future codegen.
fn main() {}