[][src]Module gluon::import

Implementation of the import! macro.

Structs

DefaultImporter
Import

Macro which rewrites occurances of import! "filename" to a load of that file if it is not already loaded and then a global access to the loaded module

Enums

Error

Error type for the import macro

Constants

COMPILER_KEY

Traits

Importer

Functions

add_extern_module

Adds an extern module to thread, letting it be loaded with import! name from gluon code.