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
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. -
Rust Language Server
Repository for the Rust Language Server (aka RLS) -
rust-cross
Everything you need to know about cross compiling Rust programs! -
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-release
Cargo subcommand `release`: everything about releasing a rust crate. -
cargo-update
A cargo subcommand for checking and applying updates to installed executables -
Rust for Visual Studio Code
Rust for Visual Studio Code -
sublime-rust
The official Sublime Text 3 package for the Rust Programming Language -
cargo-deb
A cargo subcommand that generates Debian packages from information in Cargo.toml -
milksnake
A setuptools/wheel/cffi extension to embed a binary data in wheels -
rst
The open source design documentation tool for everybody [Moved to: https://github.com/vitiral/artifact] -
cargo-modules
Render your crate's module/item structure as a tree or graph -
rust-musl-cross
Docker images for compiling static Rust binaries using musl-cross
Collect and Analyze Billions of Data Points in Real Time
* 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.