17 lines
505 B
Text
17 lines
505 B
Text
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
|
|
|
|
Documentation is available online at https://doc.rust-lang.org/
|
|
or could be downloaded from
|
|
https://static.rust-lang.org/dist/rust-docs-${V}-x86_64-unknown-linux-gnu.tar.gz
|