import-modules

Description

import-all is a crate that enhances the ease of importing modules using regex patterns. It is based on the npm package require-all.

Usage

```rs use importmodules::importpub_modules;

importpubmodules!("tests/pub_modules/", "^((?!mod.rs).)*$"); // Equivalent to: // pub mod a.rs; //

```

Authors

Version History

License

This project is licensed under the MIT license.