euv-macros 0.5.6

Procedural macros for the euv UI framework, providing the macro and attribute for declarative UI composition.
Documentation
1
2
3
4
/// The CSS custom property name prefix used in `css_vars!` macro output.
///
/// Variable names are automatically prefixed with `--` to form valid CSS custom property names.
pub(crate) const CSS_CUSTOM_PROPERTY_PREFIX: &str = "--";