# libavif
[](https://crates.io/crates/libavif)
[](https://docs.rs/libavif)
[](LICENSE)
[](https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html)
[](https://github.com/njaard/libavif-rs/actions?query=workflow%3ACI)
Initial release of a high-level avif decoder.
This crate is not really usable. Until I determine
a useful high-level API, you may want to use the unsafe
API in [`libavif-sys`](https://crates.io/crates/libavif-sys)
or the utility functions for [`image`](https://crates.io/crates/image),
[`libavif-image`](https://crates.io/crates/libavif-image).