The library provides a simple-to-use API for jpeg decoding and an ability to add options to influence decoding. Safety - Do not segfault on errors or invalid input. Panics are okay, but should be ...
The decoder heavily relies on platform specific intrinsics, namely AVX2 and SSE to gain speed-ups in decoding, but in debug build rust generally doesn't like platform specific intrinsics (try passing ...