import-modules 0.1.1

import-all is a crate that enhances the ease of importing modules using regex patterns. It is based on the npm package require-all.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.fancy-regex]
version = "0.11"

[lib]
proc_macro = true

[package]
authors = ["FlamesX-128 <glowingorangeflames@gmail.com>"]
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."
edition = "2021"
exclude = ["target", "tests"]
homepage = "https://github.com/FlamesX-128/import-modules#import-modules"
keywords = ["import", "modules", "module", "require", "all"]
license = "MIT"
name = "import-modules"
readme = "README.md"
repository = "https://github.com/FlamesX-128/import-modules"
version = "0.1.1"