
Rust (programming language)
General-purpose programming language / From Wikipedia, the free encyclopedia
Dear Wikiwand AI, let's keep it short by simply answering these key questions:
Can you list the top facts and stats about Rust (programming language)?
Summarize this article for a 10 years old
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 requiring the use of automated memory management techniques such as garbage collection. To simultaneously enforce memory safety and prevent data races, its "borrow checker" tracks the object lifetime of all references in a program during compilation. Rust was influenced by ideas from functional programming, including immutability, higher-order functions, and algebraic data types. It is popular for systems programming.[13][14][15]
![]() The official Rust logo | |
Paradigms | |
---|---|
Designed by | Graydon Hoare |
First appeared | May 15, 2015; 8 years ago (2015-05-15) |
Stable release | |
Typing discipline | |
Implementation language | Rust |
Platform | Cross-platform[note 1] |
OS | Cross-platform[note 2] |
License | MIT and Apache 2.0[note 3] |
Filename extensions | .rs , .rlib |
Website | www |
Influenced by | |
Influenced | |
Software developer Graydon Hoare created Rust as a personal project while working at Mozilla Research in 2006. Mozilla officially sponsored the project in 2009. In the years following the first stable release in May 2015, Rust was adopted by companies including Amazon, Discord, Dropbox, Facebook (Meta), Google (Alphabet), and Microsoft. In December 2022, it became the first language other than C and assembly to be supported in the development of the Linux kernel.
Rust has been noted for its rapid adoption,[16] and has been studied in programming language theory research.[17][18][19]
Oops something went wrong: