rustdoc
Verified for current stable LTS
Rustdoc Commands
Rustdoc command syntax with verified terminal examples.
Commands
4 commands for Rustdoc
rustdoc Operations
Rustdoc Command: Generate Documentation For Rust Crate
rustdoc <src/lib.rs> rustdoc Operations
Rustdoc Command: Generate Documentation From Markdown Files
rustdoc <path/to/file.md> rustdoc Operations
Rustdoc Command: Generate Documentation With Project Name
rustdoc <src/lib.rs> --crate-name <name> rustdoc Operations
Rustdoc Command: Specify Output Directory For Documentation
rustdoc <src/lib.rs> --out-dir <path/to/output_directory> Suggest a Rustdoc Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Rustdoc workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.