macro_rules! set_crate_config {
($self:expr, $crt:expr, $root:expr) => { ... };
}Expand description
Sets the root directory of the crate. None value removes the crate.
macro_rules! set_crate_config {
($self:expr, $crt:expr, $root:expr) => { ... };
}Sets the root directory of the crate. None value removes the crate.