image-rs / jpeg-decoder

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

Update to edition 2018 #225

Closed vstroebel closed 2 years ago

vstroebel commented 2 years ago

While looking into no std support i ran into some module related problems (mostly handling of core) that are easier to solve with edition 2018. Because MSVR is 1.48 and edition 2018 has been stabilized with 1.31, upgrading shouldn't cause any problems for users of this crate.