Rustup alternatives and similar packages
Based on the "Development tools" category.
Alternatively, view Rustup alternatives based on common mentions on social networks and blogs.
-
rust-analyzer
DISCONTINUED. A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] -
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/ -
gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. -
trust
Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows -
cargo-deb
DISCONTINUED. A cargo subcommand that generates Debian packages from information in Cargo.toml -
rst
DISCONTINUED. The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact]
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Rustup or a related project?
README
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 [CONTRIBUTING.md](CONTRIBUTING.md) 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.
<!-- Badges -->
*Note that all licence references and agreements mentioned in the Rustup README section above
are relevant to that project's source code only.