Rust is a systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races. Featuring: - zero-cost abstractions - move semantics - guaranteed memory safety - threads without data races - trait-based generics - pattern matching - type inference - minimal runtime - efficient C bindings some packaging tweaks by me, ok/testing bcallah@ jca@
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
Rust is a systems programming language that runs blazingly fast, prevents
|
|
almost all crashes, and eliminates data races.
|
|
|
|
Featuring:
|
|
- zero-cost abstractions
|
|
- move semantics
|
|
- guaranteed memory safety
|
|
- threads without data races
|
|
- trait-based generics
|
|
- pattern matching
|
|
- type inference
|
|
- minimal runtime
|
|
- efficient C bindings
|