summary refs log tree commit diff
path: root/src/doc/style/features/README.md
blob: 09657503d20d1cebf0c84eb194d2d315809590a4 (plain)
1
2
3
4
5
6
7
8
9
% 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](../ownership/README.md).