Crate declarative

Source
Expand description

Generic DSL macros for easy view code manipulation.

Macros§

block
The repository examples try to illustrate the use of this macro.
clone
A macro for frequent cloning, especially when moving to closures.
construct
A default implementation for a macro called by block! and [view!]. Must be in scope. Ignore if another implementation is required.

Attribute Macros§

view
The repository examples try to illustrate the use of this macro.