image-rs / image

Encoding and decoding images in Rust
Apache License 2.0
4.86k stars 597 forks source link

The image crate is a top-5 bandwidth consumer on crates.io #2267

Closed kornelski closed 1 month ago

kornelski commented 2 months ago

Recent downloads × crate size gives 11TB of bandwidth used. That's more than the libc crate.

This has been fixed in https://github.com/image-rs/image/pull/2206, so it'd be nice to make a point release with the slimmed package.

HeroicKatora commented 2 months ago

I've been drafting a bit here, but there are quite a few additional merges that happened: https://github.com/image-rs/image/tree/release-0.25.2 Anyone feel free to add notes and/or rebase on top of the current must_use, too. Otherwise, I'm planning to do it sometimes this weekend.

Shnatsel commented 1 month ago

v0.25.2 with the fix has shipped. This can now be closed.