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
5
6
/// The prefix for internal watch signal identifier names.
pub(crate) const WATCH_SIGNAL_PREFIX: &str = "__euv_watch_signal_";

/// Error message when signal count does not match closure parameter count.
pub(crate) const ERR_SIGNAL_PARAM_MISMATCH: &str =
    "the number of signal expressions must match the number of closure parameters";