]> git.lizzy.rs Git - rust.git/blob - src/doc/style/features/README.md
rollup merge of #22460: ArtemGr/patch-1
[rust.git] / src / doc / style / features / README.md
1 % Guidelines by language feature
2
3 Rust provides a unique combination of language features, some new and some
4 old. This section gives guidance on when and how to use Rust's features, and
5 brings attention to some of the tradeoffs between different features.
6
7 Notably missing from this section is an in-depth discussion of Rust's pointer
8 types (both built-in and in the library). The topic of pointers is discussed at
9 length in a [separate section on ownership](../ownership/README.md).