rustup
Compiler manager
A tool that installs and manages multiple versions of the Rust compiler on different platforms.
The Rust toolchain installer
6k stars
116 watching
891 forks
Language: Rust
last commit: 3 days ago
Linked from 3 awesome lists
hacktoberfestrustrustlangtoolchain
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 54,232 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,042 |
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,693 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |
rust-windowing/winit | A cross-platform window creation and management library written in Rust. | 4,862 |
liuchong/docker-rustup | Automated Docker images for Rust development with musl support | 93 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
rustdesk/rustdesk | A remote desktop application written in Rust that allows users to control another computer over the internet without configuration. | 76,095 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 2,984 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,121 |
dhghomon/easy_rust | Teaching Rust to developers without native English proficiency using clear and simple language. | 8,098 |
racer-rust/racer | A Rust code completion utility | 3,355 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
microsoft/windows-rs | Provides Rust language bindings and utilities to interact with the Windows operating system. | 10,460 |