- Added `Decoder::set_max_decoding_buffer_size` which limits the bytes
allocated for the output of the decoding process.
- Added Arm64-Neon intrinsic implementation of idct and color conversion. This
depends on a Rust nightly compiler feature ([`aarch64_target_feature`]) and
it must be explicitly enabled. As soon as the minimum supported Rust version
includes the stabilization of this feature, the code will be enabled by
default and the feature changed to do nothing.
[`aarch64_target_feature`]: https://github.com/rust-lang/rust/issues/90620
a55ad40a2d27923f63b6fbde5934926176c69ac5e23da6ac05ebfaca984e163f target/package/jpeg-decoder-0.2.3.crate