image-rs / deflate-rs

An implementation of a DEFLATE encoder in rust
Apache License 2.0
53 stars 14 forks source link

Remove byteorder dependency. #50

Closed RazrFalcon closed 3 years ago

RazrFalcon commented 3 years ago

It can easily be replaced with std version.

Bumps MSRV to 1.32

oyvindln commented 3 years ago

Looks good.