|
|
|
|
|
by kibwen
2292 days ago
|
|
> Rust's crate index is on Github Note that the crates.io index is just a single git repo that holds JSON metadata about each crate: https://github.com/rust-lang/crates.io-index . The actual code found on crates.io is hosted on S3. The index is an important part of the system, but there's nothing tying it to Github specifically. |
|