Example 02 realized

This commit is contained in:
2026-03-21 23:25:28 -04:00
parent c9966b79ef
commit bc287f615d
6 changed files with 1016 additions and 34 deletions

View File

@@ -251,6 +251,7 @@ fn expand_component(mut function: ItemFn) -> Result<proc_macro2::TokenStream> {
Ok(quote! {
#function
#[allow(non_snake_case)]
#component_tokens
})
}