Rust is a general-purpose programming language with an emphasis on performance, type safety, and concurrency. It enforces memory safety without a traditional garbage collector, preventing data races and memory safety errors via the "borrow checker". The Rust module provides rustc and cargo.
The following versions of Rust are available on OSC clusters:
Version | Pitzer | Cardinal |
---|---|---|
1.81.0 | X* | X* |
You can use module spider rust
to view available modules for a given machine. Feel free to contact OSC Help if you need other versions for your work.
Rust is available to all OSC users. If you have any questions, please contact OSC Help.
module load rust
. The default version will be loaded. This will load cargo and rustc into the environmentmodule load rust
. The default version will be loaded. This will load cargo and rustc into the environment