1 unstable release
Uses old Rust 2015
0.1.0 | Aug 15, 2016 |
---|
#1852 in Development tools
9KB
170 lines
Rustup: the Rust toolchain installer
Master CI | Build Status |
---|---|
Windows | |
macOS | |
Linux Etc |
Rustup installs The Rust Programming Language 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.
Documentation
See The Rustup book for documentation on installing and using Rustup.
Contributing
See The 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 or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.