rust 1.82.0
Compiler for the Rust programming language
Rust is a systems programming language that provides memory safety and thread safety guarantees.
- Outputs:
cargo
,out
,rust-src
,tools
- Website: https://www.rust-lang.org
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/rust.scm
- Builds: See build status
- Issues: See known issues
Installation
Install rust 1.82.0
as follows:
guix install rust@1.82.0
Or install the latest version:
guix install rust
The rust
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install rust:cargo
guix install rust:rust-src
guix install rust:tools
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.