import-modules
Description
import-modules is a library based on require-all
Examples
This is based on the import-modules test directory.
Inter Process and Post Process
Intermediary processes allow you to manipulate how the modules are processed.
Input
use import;
// The {} is replaced by the module.
let functions = import!;
Output
let functions = vec!;
Module
Similar to intermediate process, this imports it by default as Rust module.
Input
use import;
import!;
Output
Authors
Change log
1.0.0 - The new import
All macros have been eliminated. Instead, use the new import macro, which employs JSON configuration. The following valid configuration is available:
License
This project is licensed under the MIT license.