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::*;