βοΈRUST Programming Language
Rust is a multi-paradigm, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. Rust enforces memory safetyβthat is, that all references point to valid memoryβwithout requiring the use of a garbage collector or reference counting present in other memory-safe languages.
Last updated