Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 240 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 240 Bytes

RUST

Rust is a multi-paradigm 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.