Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diggsey/multirust-rs
The Rust toolchain installer
https://github.com/diggsey/multirust-rs
hacktoberfest rust rustlang toolchain
Last synced: 3 months ago
JSON representation
The Rust toolchain installer
- Host: GitHub
- URL: https://github.com/diggsey/multirust-rs
- Owner: rust-lang
- License: apache-2.0
- Created: 2015-09-26T04:54:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T14:45:37.000Z (5 months ago)
- Last Synced: 2024-08-05T19:25:09.098Z (5 months ago)
- Topics: hacktoberfest, rust, rustlang, toolchain
- Language: Rust
- Homepage: https://rust-lang.github.io/rustup/
- Size: 10.9 MB
- Stars: 6,061
- Watchers: 115
- Forks: 878
- Open Issues: 404
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Rustup: the Rust toolchain installer
| Master CI | Build Status |
|--------------|----------------------------------------------------------|
| Windows | ![Windows builds][actions-windows-master] |
| macOS | ![maOS builds][actions-macos-master] |
| Linux Etc | ![Linux (etc) builds][actions-linux-master] |*Rustup* installs [The Rust Programming Language][rustlang] from the official
release channels, enabling you to easily switch between stable, beta,
and nightly compilers and keep them updated. It makes cross-compiling
simpler with binary builds of the standard library for common platforms.
And it runs on all platforms Rust supports, including Windows.[rustlang]: https://www.rust-lang.org
## Documentation
See [**The Rustup book**](https://rust-lang.github.io/rustup/) for
documentation on installing and using Rustup.The latest documentation for the master branch can be found
under [devel](https://rust-lang.github.io/rustup/devel/).## Contributing
See [**The Rustup dev guide**](https://rust-lang.github.io/rustup/dev-guide) for information on contributing to Rustup.
## License
Copyright Diggory Blake, the Mozilla Corporation, and Rustup
contributors.Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)at your option.
[actions-windows-master]: https://github.com/rust-lang/rustup/workflows/Windows%20(master)/badge.svg
[actions-macos-master]: https://github.com/rust-lang/rustup/workflows/macOS/badge.svg?branch=master
[actions-linux-master]: https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg