Description
Packages for the official Rust binary distribution.
The official binary distribution is statically compiled against its own version of LLVM, and it's for 64-bit Linux architectures only.
The Rust official distribution provides:
rustc
— the Rust compilercargo
— the Rust package managerrust-gdb
— a wrapper around GDB for debugging Rust programsrustdoc
— the documentation generator for Rust crates
While this project provides packages for the official Rust binary distribution, it is in no way itself official, or associated to the Rust project in any way.
Installation Instructions
Enable the COPR repository and install the rust-binary
package.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (16)* | EPEL 7 (196 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable ebassi/Rust
More info about enabling Copr repositories