[][src]Module jlrs::value::module

Access Julia modules and the globals and functions defined in them.

Structs

Module

Functionality in Julia can be accessed through its module system. You can get a handle to the three standard modules, Main, Base, and Core and access their submodules through them. If you include your own Julia code with Julia::include, its contents are made available relative to Main.