rustup-doc
Open local Rust documentation in browser
TLDR
Open Rust documentation
$ rustup doc
Open The Book$ rustup doc --book
Open standard library docs$ rustup doc --std
Open specific crate docs$ rustup doc --core
SYNOPSIS
rustup doc [options] [topic]
DESCRIPTION
rustup doc opens local Rust documentation in the browser. Provides offline access to The Book, standard library, and reference documentation.
PARAMETERS
--book
The Rust Programming Language.--std
Standard library documentation.--reference
The Rust Reference.--core
Core library docs.--alloc
Alloc library docs.--path
Print path instead of opening.
