2015-05-19 00:32:17 +02:00
|
|
|
Rust is an open-source systems programming language that runs blazingly
|
|
|
|
fast, prevents almost all crashes, and eliminates data races.
|
|
|
|
Some of its features:
|
2014-07-23 09:41:07 +02:00
|
|
|
|
|
|
|
- Algebraic data types, type inference
|
|
|
|
- Pattern matching and closures
|
|
|
|
- Concurrency without data races
|
|
|
|
- Guaranteed memory safety
|
|
|
|
- Optional garbage collection
|
|
|
|
- Zero-cost abstractions
|
|
|
|
- Minimal runtime
|
|
|
|
- Efficient C bindings
|
|
|
|
|
2012-01-23 17:07:04 +01:00
|
|
|
WWW: http://www.rust-lang.org/
|