macro_rules! link_modules {
($($module: ident),*) => { ... };
}Expand description
Link the set of modules statically.
Note: the modules must be available as Cargo dependencies.
macro_rules! link_modules {
($($module: ident),*) => { ... };
}Link the set of modules statically.
Note: the modules must be available as Cargo dependencies.