# rustup **Repository Path**: winterjerry/rustup ## Basic Information - **Project Name**: rustup - **Description**: https://github.com/rust-lang/rustup - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-19 - **Last Updated**: 2025-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rustup: the Rust toolchain installer [![Build Status][actions-default-branch]][actions-default-branch-status] *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 main 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-default-branch]: https://github.com/rust-lang/rustup/actions/workflows/ci.yaml/badge.svg [actions-default-branch-status]: https://github.com/rust-lang/rustup/actions?query=branch%3Amain