1macro_rules! reexport { 2 ( $name: ident ) => { 3 pub use ::osom_lib_reprc_proc_macros::$name; 4 }; 5} 6 7reexport!(reprc);