You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-17 22:57:35 +02:00
16 lines
271 B
Markdown
16 lines
271 B
Markdown
![]() |
# Modern Features
|
||
|
|
||
|
Rust is built with all the experience gained in the last 40 years.
|
||
|
|
||
|
## Language Features
|
||
|
|
||
|
* Enums and pattern matching.
|
||
|
* Generics.
|
||
|
* No overhead FFI.
|
||
|
|
||
|
## Tooling
|
||
|
|
||
|
* Great compiler errors.
|
||
|
* Built-in dependency manager.
|
||
|
* Built-in support for testing.
|