Expand description
Implementation of the import! macro.
Structs
- Macro which rewrites occurances ofimport! "filename"to a load of that file if it is not already loaded and then a global access to the loaded module
Enums
- Error type for the import macro
Traits
Functions
- Adds an extern module tothread, letting it be loaded withimport! namefrom gluon code.