import-all is a crate that enhances the ease of importing modules using regex patterns. It is based on the npm package require-all.
```rs use importmodules::importpub_modules;
importpubmodules!("tests/pub_modules/", "^((?!mod.rs).)*$"); // Equivalent to: // pub mod a.rs; //
```
0.1.2
0.1.1
0.1
This project is licensed under the MIT license.