cargo-doc (1) Linux Manual Page
cargo-doc – Build a package’s documentation Synopsiscargo doc [OPTIONS] DescriptionBuild a package’s documentation. By default the documentation for the local package and all dependencies is built. The output is all placed in ‘target/doc’ in rustdoc’s usual format. If the –package argument is given, then SPEC is a package id specification which indicates which package should…
