Description
Displays an overview of modules in a Rust crate. It helps developers understand code organization, visibility, and how files and modules are arranged.
Use it when joining a Rust project, reviewing architecture, or cleaning up module layout. It reports structure; it does not decide whether the architecture is good by itself.