link_modules

Macro link_modules 

Source
macro_rules! link_modules {
    ($($module: ident),*) => { ... };
}
Expand description

Link the set of modules statically.

Note: the modules must be available as Cargo dependencies.