dioxus/packages/core-macro
Demonthos 4a5ae758ee
Allow Multiple dependencies for states in the RealDom (native core) (#412)
* WIP multable deps

* WIP: refactor and genralize state macro

* add traversable trait

* update tui to use elementid to index dom
2022-07-07 00:50:22 -04:00
..
src Allow Multiple dependencies for states in the RealDom (native core) (#412) 2022-07-07 00:50:22 -04:00
tests chore: make clippy happy 2022-07-02 23:45:32 -04:00
Cargo.toml Rename hot_reload to hot-reload 2022-06-26 14:23:19 +08:00
CHANGELOG.md feat: add changelogs 2022-01-29 10:17:14 -05:00
README.md wip: bottom up dropping 2021-08-05 22:23:41 -04:00

core-macro

This crate implements these macros:

  • format_args_f: for f-string interpolation inside of text blocks
  • Props: derive macro for typed-builder with props configurations