Skip to content
System Status: All systems are operational • Services are available and operational.
Click for detailed status

Rust 🦀

Rust is a general-purpose programming language focused on performance, type safety, and concurrency.

Rust on Euler

You can install Rust yourself: Rust installation tools

On Euler the following versions are available via modules:

Version Module command
1.85.0 module load stack/2024-06 rust/1.85.0

The worldwide Rust community

Packages:

Interop:

Package installation

Rust Cargo is the Rust package manager.

Example program

See Rust by Example.