Update lang/rust to version 1.9.0_1
[dports.git] / lang / rust / pkg-descr
1 Rust is an open-source systems programming language that runs blazingly
2 fast, prevents almost all crashes, and eliminates data races.
3 Some of its features:
4
5   - Algebraic data types, type inference
6   - Pattern matching and closures
7   - Concurrency without data races
8   - Guaranteed memory safety
9   - Optional garbage collection
10   - Zero-cost abstractions
11   - Minimal runtime
12   - Efficient C bindings
13
14 WWW: http://www.rust-lang.org/