mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-18 12:30:31 +02:00
8 lines
143 B
Markdown
8 lines
143 B
Markdown
|
# Why Rust?
|
||
|
|
||
|
Some unique selling points of Rust:
|
||
|
|
||
|
* Compile time memory safety
|
||
|
* Lack of undefined runtime behavior
|
||
|
* Modern language features
|