exploring-rust-crates

Installation
SKILL.md

Exploring Rust Crates

Generate and use Rust documentation to understand crate APIs, structure, and code organization in the HASH workspace.

Generating Documentation

For a Specific Package

cargo doc --no-deps --all-features --package <package-name>

For the Entire Workspace

cargo doc --no-deps --all-features --workspace

Key Flags

Related skills

More from hashintel/hash

Installs
2
Repository
hashintel/hash
GitHub Stars
1.6K
First Seen
Mar 24, 2026