- **Epistemic status:** #budding ![[Pasted image 20221109093930.png]] Rust is a general-purpose programming, statically, and strongly typed language with emphasize on performance, type-safety and concurrency. It was developed by Graydon Hoare as a personal project while working at Mozilla Research in 2006. Mozilla officially sponsored the project in 2009. One of the key attractive points of Rust is that it enforces memory safety without requiring the use of any garbage collector or reference counting present in other languages. [The Rust Programming Language](https://doc.rust-lang.org/book/) is the official resource for learning the language, containing all the information necessary. --- ## References - “Introduction - A Gentle Introduction to Rust.” Accessed November 9, 2022. <https://stevedonovan.github.io/rust-gentle-intro/>. - Serokell Software Development Company. “Learn Rust in 2022 with These 17 Resources.” Accessed November 9, 2022. <https://serokell.io/blog/learn-rust>. - “Rust (Programming Language).” In _Wikipedia_, November 5, 2022. <https://en.wikipedia.org/w/index.php?title=Rust_(programming_language)&oldid=1120198956>.