get-all-crates icon indicating copy to clipboard operation
get-all-crates copied to clipboard

Download .crate files of all versions of all crates from crates.io

Results 1 get-all-crates issues
Sort by recently updated
recently updated
newest added

See https://github.com/rust-lang/crates.io/issues/4891. https://static.crates.io/crates/${crate}/${crate}-${version}+${metadata}.crate will stop working. It needs to be https://static.crates.io/crates/${crate}/${crate}-${version}%2B${metadata}.crate.