Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/rustup
The Rust toolchain installer
https://github.com/rust-lang/rustup
hacktoberfest rust rustlang toolchain
Last synced: 11 days ago
JSON representation
The Rust toolchain installer
- Host: GitHub
- URL: https://github.com/rust-lang/rustup
- 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 (3 months ago)
- Last Synced: 2024-08-05T19:25:09.098Z (3 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
- awesome-rust-cn - Rustup - ci.com/rust-lang/rustup.rs.svg?branch=master">](https://travis-ci.org/rust-lang/rustup.rs) (Development tools / Web Servers)
- awesome-rust - Rustup - lang/rustup/workflows/Linux%20(master)/badge.svg?branch=master)](https://github.com/rust-lang/rustup/actions) (Development tools / Web Servers)
- awesome-rust-cn - Rustup
- awesome-env - rustup
- awesome-version-managers - rustup - A manager that installs Rust from official release channels and allows to switch between stable, beta, and nightly compilers. (Version Managers / Rust)
- awesome-rust - Rustup - the Rust toolchain installer [![build badge](https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg?branch=master)](https://github.com/rust-lang/rustup/actions) (Development tools / Web Servers)
- StarryDivineSky - rust-lang/rustup
- fucking-awesome-rust - Rustup - the Rust toolchain installer [![build badge](https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg?branch=master)](https://github.com/rust-lang/rustup/actions) (Development tools / Web Servers)
- fucking-awesome-rust - Rustup - the Rust toolchain installer [![build badge](https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg?branch=master)](https://github.com/rust-lang/rustup/actions) (Development tools / Web Servers)
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