Features of Rust
- A relatively new open-source programming language developed by Mozilla.
- A fast, systems programming language without garbage collection.
- Guarantees memory safety through unique language features called ownership and borrowing.
- Operates cross-platform.
- Comes with an excellent standard package manager called Cargo.
