关于
The organize-modules skill streamlines Rust development by enforcing professional module organization patterns. It primarily implements the 'private modules with public re-exports' strategy, which allows developers to hide internal file structures while exposing a flat, ergonomic public API. Beyond simple organization, the skill handles advanced Rust features like conditional visibility for documentation and tests, rustfmt suppression for specialized files, and hierarchical refactoring to ensure your crate remains easy to use and maintain as it grows.