euv-macros 0.5.19

Procedural macros for the euv UI framework, providing the macro and attribute for declarative UI composition.
Documentation
1
2
3
4
5
/// The prefix for internal computed signal identifier names.
pub(crate) const COMPUTED_SIGNAL_PREFIX: &str = "__euv_computed_signal_";

/// The prefix for internal computed result signal identifier names.
pub(crate) const COMPUTED_RESULT_PREFIX: &str = "__euv_computed_result_";