Rust is a systems programming language that runs blazingly fast, prevents almost all crashes*, and eliminates data races.
Featuring
- algebraic data types
- pattern matching
- closures
- type inference
- zero-cost abstractions
- guaranteed memory safety
- optional garbage collection
- concurrency without data races
- minimal runtime
- efficient C bindings
* In theory. Rust is a work-in-progress and may do anything it likes up to and including eating your laundry.
↧