rustdoc
Verified for current stable LTS
Rustdoc Command: Specify Output Directory For Documentation
Use for specify output directory for documentation with Rustdoc. Exact CLI syntax to specify output directory for documentation using Rustdoc.
When to use this: Use for specify output directory for documentation with Rustdoc.
Command Syntax
rustdoc <src/lib.rs> --out-dir <path/to/output_directory> rustdoc <src/lib.rs> --out-dir <path/to/output_directory> Live Command Builder
Final Command
rustdoc <src/lib.rs> --out-dir <path/to/output_directory> Command Breakdown
--out-dir- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to specify output directory for documentation using Rustdoc.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Rustdoc Command: Generate Documentation For Rust Crate
rustdoc <src/lib.rs> Rustdoc Command: Generate Documentation From Markdown Files rustdoc <path/to/file.md> Rustdoc Command: Generate Documentation With Project Name rustdoc <src/lib.rs> --crate-name <name> Svgr Command: Transform All Svgs Directory To React Components svgr --out-dir <path/to/output_directory> <path/to/input_directory> Svgr Command: Transform All Svgs Directory Skip Existing svgr --out-dir <path/to/output_directory> --ignore-existing <path/to/input_directory>