This commit is contained in:
nora 2022-09-24 20:47:06 +02:00
parent d7844568ca
commit bfd86b1338
8 changed files with 795 additions and 51 deletions

View file

@ -121,6 +121,10 @@ macro_rules! options {
}
}
)*
pub mod exports {
pub use super::{$($with_name),*};
}
};
}