Skip to content

Conversation

cainhooow
Copy link
Contributor

This PR adds a new entry to the Project/Tooling Updates section of the upcoming This Week in Rust newsletter.

The entry highlights Rust Automod, a Visual Studio Code extension that automates the management of mod.rs files in Rust projects.

About Rust Automod

Rust Automod helps Rust developers by:

Automatically creating mod.rs files when new Rust files are added to a folder.

Adding new module declarations (mod or pub mod) automatically.

Updating parent/child mod.rs files when new folders or files are created.

Removing module declarations when files are deleted.

Supporting project-specific configuration through .rautomod.

Providing optional sorting, linting, and IntelliSense for .rautomod.

Offering a command to hide/show mod.rs files in VSCode Explorer for a cleaner workspace.

🔗 Extension link: Rust Automod VSCode Extension

Copy link
Contributor

@mariannegoldin mariannegoldin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Approved with format change.

@mariannegoldin mariannegoldin merged commit daf9545 into rust-lang:master Sep 10, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants