opnsense-ports/lang/rust/pkg-descr
Franco Fichtner 944d379697 */*: sync with upstream
Taken from: FreeBSD
2015-05-19 08:14:02 +02:00

14 lines
432 B
Text

Rust is an open-source systems programming language that runs blazingly
fast, prevents almost all crashes, and eliminates data races.
Some of its features:
- 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
WWW: http://www.rust-lang.org/