AI AGENT ADDONS

Rust Deps Visualizer

actionbook/rust-skills

ASCII art helps you see your Rust project's dependency tree. It shows every crate your project uses and how they connect. You can see version numbers and even feature flags.

You can set how deep the tree goes with --depth N. The --features option shows extra details about each crate. The output uses simple box drawing characters like lines and branches.

This tool works by reading your Cargo.toml file. It runs the cargo tree command and turns the result into a clear visual. You can also group dependencies by category or see their sizes.

Add Rust Deps Visualizer skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-deps-visualizer

Project

mkdir -p .claude/skills/rust-deps-visualizer

Source Repository

Stars
1,264
Forks
104
Watchers
1,264
Last Push
1 month ago
Created
6 months ago