dioxus/packages/core-macro
2022-01-31 02:49:37 -05:00
..
examples feat: more API updates 2021-12-28 23:20:01 -05:00
src feat: make component name accessible 2022-01-31 02:49:37 -05:00
Cargo.toml Release dioxus-core-macro v0.1.7 2022-01-29 10:35:54 -05: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