Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Names

This section is a work-in-progress experiment about making the book executable.

Names are the syntactic forms used to refer to language entities. Entities include types, items, generic parameters, variable bindings, and more.

Submodules

#[path = "names/paths.md.rs"]
pub mod paths;

pub use paths::*;