diff options
Diffstat (limited to 'lang/rust188/pkg-descr')
-rw-r--r-- | lang/rust188/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/rust188/pkg-descr b/lang/rust188/pkg-descr new file mode 100644 index 000000000000..828174df19f7 --- /dev/null +++ b/lang/rust188/pkg-descr @@ -0,0 +1,12 @@ +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 |