Generate Rust documentation to understand crate APIs, structure, and usage. Use when exploring Rust code, understanding crate organization, finding functions/types/traits, or needing context about a Rust package in the HASH workspace.
78
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Generate and use Rust documentation to understand crate APIs, structure, and code organization in the HASH workspace.
cargo doc --no-deps --all-features --package <package-name>cargo doc --no-deps --all-features --workspace--no-deps: Document local code only (faster, less noise)--all-features: Include all feature-gated APIs--package <name>: Target a specific crate--workspace: Document all crates in the workspace--document-private-items: Include internal implementation detailsDocs are generated at:
target/doc/<crate_name>/index.html# Errors sections for error handling patterns# Examples sections for idiomatic usage patterns4f2d2ce
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.