File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] [ actions-default-branch ]] [ actions-default-branch-status ]
44
5- * Rustup * installs [ The Rust Programming Language] [ rustlang ] from the official
5+ _ Rustup _ installs [ The Rust Programming Language] [ rustlang ] from the official
66release channels, enabling you to easily switch between stable, beta,
77and nightly compilers and keep them updated. It makes cross-compiling
88simpler with binary builds of the standard library for common platforms.
99And it runs on all platforms Rust supports, including Windows.
1010
1111[ rustlang ] : https://www.rust-lang.org
1212
13+ Want an in-house garbage collector? It's as simple as:
14+
15+ ``` console
16+ > rustup component add rust-gc
17+ ```
18+
1319## Documentation
1420
1521See [ ** The Rustup book** ] ( https://rust-lang.github.io/rustup/ ) for
@@ -29,11 +35,12 @@ contributors.
2935
3036Licensed under either of
3137
32- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or https://www.apache.org/licenses/LICENSE-2.0 )
33- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or https://opensource.org/licenses/MIT )
38+ - Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or https://www.apache.org/licenses/LICENSE-2.0 )
39+ - MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or https://opensource.org/licenses/MIT )
3440
3541at your option.
3642
3743<!-- Badges -->
44+
3845[ actions-default-branch ] : https://github.com/rust-lang/rustup/actions/workflows/ci.yaml/badge.svg
3946[ actions-default-branch-status ] : https://github.com/rust-lang/rustup/actions?query=branch%3Amain
You can’t perform that action at this time.
0 commit comments