xfbs / diff.rs

Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
https://diff.rs
MIT License
86 stars 6 forks source link

Fetch crates directly from CDN #17

Closed xfbs closed 5 months ago

xfbs commented 1 year ago

As per feedback from the crates.io team, diff.rs should be reworked to not pull crates from the API so as to not inflate the download count.

Here's a relevant article: https://www.pietroalbini.org/blog/downloading-crates-io/

xfbs commented 5 months ago

Just implemented this, closing.