import-modules

Description

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

Examples

Review the tests directory to see how to use it properly.

```rust, ignore use importmodules::importpub_modules;

importpubmodules!("tests/pub_modules/", "^((?!mod\.rs).)*$"); ```

Authors

Change log

License

This project is licensed under the MIT license.