1장. Rust Toolset
Rust Toolset is a Red Hat offering for developers on Red Hat Enterprise Linux (RHEL). It provides the rustc compiler for the Rust programming language, the Rust package manager Cargo, the rustfmt formatting tool, and required libraries.
Rust Toolset is available as a module for RHEL 8 and as packages for RHEL 9 and 10.
1.1. Rust Toolset components 링크 복사링크가 클립보드에 복사되었습니다!
Rust Toolset includes the Rust compiler, Cargo build system and dependency manager, and the rustfmt formatting tool. The table lists each component and its version.
| Name | Version | Description |
|---|---|---|
|
| 1.84.1 | The Rust compiler front-end for LLVM. |
|
| 1.84.1 | A build system and dependency manager for Rust. |
|
| 1.84.1 | A tool for automatic formatting of Rust code. |