rustup
Compiler manager
A tool that installs and manages multiple versions of the Rust compiler on different platforms.
The Rust toolchain installer
6k stars
115 watching
893 forks
Language: Rust
last commit: about 1 month ago
Linked from 3 awesome lists
hacktoberfestrustrustlangtoolchain
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 55,016 |
rust-lang/rustfmt | A tool for formatting Rust code according to style guidelines. | 6,095 |
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,798 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,919 |
rust-windowing/winit | A library that provides a low-level window creation and management system for building cross-platform GUI applications | 4,940 |
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,885 |
rustdesk/rustdesk | An open-source remote desktop application written in Rust. | 77,703 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 3,022 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,128 |
dhghomon/easy_rust | Teaching Rust to developers without native English proficiency using clear and simple language. | 8,118 |
racer-rust/racer | A Rust code completion utility | 3,357 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,263 |
microsoft/windows-rs | A library that provides Rust bindings for calling Windows APIs. | 10,797 |