dioxus/packages/core-macro
2022-01-05 00:27:22 -05:00
..
examples feat: more API updates 2021-12-28 23:20:01 -05:00
src wip: memoize dom in the prescence of identical components 2022-01-05 00:27:22 -05:00
Cargo.toml publish: new versions of everything 2022-01-03 19:44:04 -05:00
CHANGELOG.md Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.1 2021-12-15 16:07:09 -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