1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-17 22:57:35 +02:00
Files
comprehensive-rust/src/why-rust/modern.md

16 lines
271 B
Markdown
Raw Normal View History

2022-12-21 16:36:30 +01:00
# 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.