βš™οΈ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