rust/src/doc/style/features
2015-06-23 15:54:16 -07:00
..
functions-and-methods Fix link to newtypes page 2015-05-29 01:02:24 +02:00
traits Fix grammar in style guide on traits 2015-06-23 15:54:16 -07:00
types
crates.md
let.md remove extra space from "over" code as well 2015-05-29 01:02:24 +02:00
loops.md
match.md
modules.md
README.md

% 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.