This is a work-in-progress reimplementation of a JPEG XL decoder in Rust, aiming to be conforming, safe, and fast.
We strive to decode all conformant JPEG XL bitstreams correctly. If you find an image that can be decoded with the reference
implementation djxl (from libjxl) but is decoded incorrectly or not at all by jxl-rs,
please report it by opening an issue.
For more information, including contributing instructions, refer to the libjxl repository.