# jxl-oxide
jxl-oxide is a JPEG XL decoder written in pure Rust. It's internally organized into a few small
crates. This crate acts as a blanket and provides a simple interface made from those crates to
decode the actual image.
See [the crate-level docs](https://docs.rs/jxl-oxide) for usage.