regexident/cargo-modules
Visualize/analyze a Rust crate's internal structure observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3721
- days_rel: n/a
- days_push: 9
- n_releases_24m: 0
Adoption not part of the score
1258 stars · 59 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A cargo plugin that visualizes and analyzes a Rust crate's internal module structure. It prints hierarchical module trees, internal dependency graphs, and detects orphaned source files.
Use cases
- visualize a rust crate's module hierarchy as a tree
- generate a dependency graph of a crate's internal modules
- find unlinked orphan source files in a rust project
- understand the structure of a large rust codebase
- audit module organization in a rust project
When to choose
- you need a quick tree or graph overview of a Rust crate's modules
- you want to detect orphaned source files not linked into the module tree
- you prefer a lightweight cargo subcommand integrated into your Rust workflow
When to avoid
- you need full static analysis beyond module structure, like type-level call graphs
- you work in a language other than Rust
- you need IDE-integrated visualization rather than terminal output
Facets
cli-tool · maturity active
developer-tools parser documentation static-site-generator developer-tools programming-languages parsers cli rust cross-platform cargo-plugin rust-modules code-analysis module-visualization dependency-graph command-line
2 sources
- readme: https://github.com/regexident/cargo-modules · fetched 2026-08-28 · de6cf3b862ec
- registry_crates: https://crates.io/api/v1/crates/cargo-modules · fetched 2026-08-29 · 111d76a65b24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| regexident/cargo-modules | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="regexident/cargo-modules")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem