소개
The Rust Dependency Visualizer is a specialized utility for Claude Code designed to simplify the exploration of complex Rust project structures. By leveraging native Cargo metadata and tree commands, it transforms dense dependency lists into readable hierarchical ASCII maps. It provides granular control over tree depth and feature flag visibility, while also supporting logical categorization of crates by runtime, development, or build-time usage. This skill is essential for developers troubleshooting version conflicts, auditing binary size bloat, or onboarding onto new codebases where understanding the internal crate ecosystem is critical.