mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
809287503d
- Reflect stable release in pkg-descr - Pet portlint PR: 200284 Submitted by: maciej@pasternacki.net Reviewed by: riggs
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
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/
|