macro_rules! component {
($project:expr) => { ... };
($v:ident, $project:expr) => { ... };
}Expand description
Create a new component information constant.
This will define a new constant, extracting the name of the component from the cargo file. It is
intended to be directly used by [runtime!].