brisk-rfd-components 0.8.0

Components for rfd.
Documentation
1
2
3
4
5
6
7
8
pub(crate) fn component_variable(
    input: &brisk_it::component::ComponentInput,
) -> proc_macro2::TokenStream {
    match &input.id {
        Some(var) => quote::quote! { #var },
        None => quote::quote! { __rfd_var },
    }
}