Files
ports/lang/rust188/pkg-descr
Mikael Urankar c61dde399b lang/rust: fork 1.88 into a pinned port
A temporary workaround for devel/git-branchless and games/veloren-weekly.

PR:		288923, 289015, 289016
2025-09-01 10:24:01 +02:00

13 lines
400 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