Skip to content

Commit

Permalink
Merge pull request #137 from rust-lang/docs-document-rustup
Browse files Browse the repository at this point in the history
docs: document rustup
  • Loading branch information
MarcoIeni authored Sep 6, 2024
2 parents e571a5a + ea1371e commit be69786
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions service-catalog/rustup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Rustup

Rustup is the recommended tool for installing Rust.
It is a command line tool that manages Rust versions and associated tools.

The Infra team maintains the infrastructure for Rustup:

- [rustup](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/rustup)
terragrunt module.
An S3 bucket called `rustup-build` for storing the Rustup binaries,
distributed through CloudFront CDN at `rustup-builds.rust-lang.org`.
The [rust-lang/rustup](https://github.com/rust-lang/rustup)
GitHub repository builds and uploads Rustup artifacts
to this S3 bucket.
- [win-rustup-rs](https://github.com/rust-lang/simpleinfra/tree/master/terragrunt/modules/win-rustup-rs)
terragrunt module.
A Cloudfront distribution of the `/rustup/dist` path of the `static-rust-lang-org` bucket providing convenient short for downloading
rustup on Windows.

0 comments on commit be69786

Please sign in to comment.