Skip to content

Commit

Permalink
docs: document rustup
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoIeni <[email protected]>
  • Loading branch information
MarcoIeni committed Sep 6, 2024
1 parent e571a5a commit ea1371e
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 ea1371e

Please sign in to comment.