Исследование Rust-крейтов через cargo doc
learning
exploring-rust-crates is a Claude Code skill that generates Rust documentation via cargo doc to help you understand crate APIs, module structure, and code organization. It supports building docs for a single package with `--package <name>` or the entire workspace, using flags like `--no-deps`, `--all-features`, and `--document-private-items` to expose every layer of the API including internal implementation details. Generated output covers the module hierarchy, public functions, types, traits, constants, doctest examples, and error documentation — everything needed to navigate unfamiliar Rust code. Particularly useful in the HASH workspace when you need to discover how crates relate, trace trait implementations, or find idiomatic usage patterns before diving into the source.
- #rust
- #cargo-doc
- #crate-exploration
- #api-discovery
- #documentation-generation