gamut-av1 0.1.0

AV1 image encoder and decoder (intra-frame coding, the basis for AVIF).
Documentation
1
2
3
4
5
//! AV1 image encoder and decoder. AVIF relies on AV1 intra-frame coding, so this crate is
//! available standalone as well as through [`gamut-avif`](https://crates.io/crates/gamut-avif).
//!
//! Placeholder — implementation pending.
#![forbid(unsafe_code)]