Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 484 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 484 Bytes

% Guidelines by language feature

Rust provides a unique combination of language features, some new and some old. This section gives guidance on when and how to use Rust's features, and brings attention to some of the tradeoffs between different features.

Notably missing from this section is an in-depth discussion of Rust's pointer types (both built-in and in the library). The topic of pointers is discussed at length in a separate section on ownership.