System Status: All systems are operational • Services are available and operational.
Click for detailed status
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¶
- Rust events around Lake Zürich: rust-zürisee.ch
- Online Rust playground: play.rust-lang.org
- This Week in Rust: this-week-in-rust.org
- Web development: arewewebyet.org
- GUI development: areweguiyet.com
- Game development: arewegameyet.rs
Packages:
- Scientific Computing in Rust
- Rayon is a data-parallelism library for Rust
Interop:
Package installation¶
Rust Cargo is the Rust package manager.
Example program¶
See Rust by Example.