Rust

The Rust Programming Language

Systems programming language providing memory safety without garbage collection through ownership and borrowing. Eliminates data races at compile time. Increasingly adopted in safety-critical domains (automotive, aerospace) and infrastructure (Linux kernel, Android, Windows).

Document
The Rust Reference (Edition 2024)
URL
https://doc.rust-lang.org/reference/
Label
Publication
Keywords
Rust memory safety ownership borrowing systems programming concurrency safety-critical Linux kernel

Domain: Programming Languages · Publication