sile / libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
https://docs.rs/libflate
MIT License
178 stars 35 forks source link

Remove byteorder-dependency #40

Closed lukaslueg closed 5 years ago

lukaslueg commented 5 years ago

The byteorder-dependency is not needed since 1.32. Is there interest in removing it?

sile commented 5 years ago

Thank you for your information. I think that less dependence is better, so I would be glad if you could remove byteorder from the dependencies.