euv-macros 0.5.6

Procedural macros for the euv UI framework, providing the macro and attribute for declarative UI composition.
Documentation
1
2
/// Error message when an identifier segment is expected but not found.
pub(crate) const ERR_EXPECTED_IDENTIFIER: &str = "expected identifier";