Macro include_module
Source macro_rules! include_module {
($filename:literal) => { ... };
}
Expand description
Creates a static module based on a statically included file
ยงArguments
filename
- A string representing the filename of the module.
See module for an example