Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 400 Bytes

resources.md

File metadata and controls

6 lines (5 loc) · 400 Bytes

Useful Resources for Rust

Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. Rust is syntactically similar to C++, but can guarantee memory safety by using a borrow checker to validate references