Searching map area
Rust (programming language)
Y 100%
General-purpose programming language
Ratings
1

Brilliant modern programming language that has high-level abstractions while typically being as capable and performant as traditional low-level languages

Y
Y?
N?
N
Y 100%
1 rating
Lists
0

Rust is a multi-paradigm, general-purpose programming language that emphasizes performance, type safety, and concurrency. It enforces memory safety—meaning that all references point to valid memory—without a garbage collector. To simultaneously enforce memory safety and prevent data races, its "borrow checker" tracks the object lifetime of all...