"Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety"
Rust allows you to write safe, fast and maintainable code. It provides high-level zero-cost abstractions and an advanced type system which brings ergonomics from functional and dynam...