image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
149 stars 87 forks source link

Renovation based on MSRV 1.48 #205

Closed HeroicKatora closed 2 years ago

HeroicKatora commented 2 years ago

This is two commits: one solves an outstanding performance comment for a minor win, the other just resolves a bunch of clippy lints without any performance impacts.

Closes: #153