Quick start
[source.crates-io]
replace-with = "edgemirror"
[source.edgemirror]
registry = "sparse+https://mirror.aierliz.top/crates/"
Proxy the crates.io sparse index and crate downloads for Rust / Cargo dependency fetching.
[source.crates-io]
replace-with = "edgemirror"
[source.edgemirror]
registry = "sparse+https://mirror.aierliz.top/crates/"
[source.crates-io]
replace-with = "edgemirror"
[source.edgemirror]
registry = "sparse+https://mirror.aierliz.top/crates/"
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo fetch
https://mirror.aierliz.top/crates/config.json
Original:
sparse+https://index.crates.io/
serde = "1"
Accelerated:
sparse+https://mirror.aierliz.top/crates/
serde = "1"
Status: Test. Sparse index and crate downloads are proxied; publish, yank, and token APIs are outside the current stable scope.