Expose api impl

This commit is contained in:
Joel Wachsler 2022-07-11 01:50:40 +00:00
parent eb9dc3c56a
commit 6369ea2d4a

View File

@ -26,7 +26,7 @@ pub fn derive(input: TokenStream) -> TokenStream {
let impl_ident = syn::Ident::new(&format!("{}_impl", ident).to_snake(), ident.span());
quote! {
mod #impl_ident {
pub mod #impl_ident {
#skeleton
#groups
}