automod icon indicating copy to clipboard operation
automod copied to clipboard

Support `<name>/mod.rs` modules in the directory

Open acheronfail opened this issue 1 year ago • 0 comments

This works great for all files in a directory, but I have a directory structure like this:

  • src
    • items <-- automod used to source all files in this dir

I'd love for this to work for modules which are <name>/mod.rs, too.

My use-case is that I split out the c mod into separate files because it was getting to large (and also depended on some codegen I wanted to keep separate), etc.

acheronfail avatar Apr 23 '23 13:04 acheronfail