dioxus/packages/core-macro
2022-01-02 02:15:04 -05:00
..
examples feat: more API updates 2021-12-28 23:20:01 -05:00
src wip: remove runner on hook and then update docs 2022-01-02 02:15:04 -05:00
Cargo.toml awesome: arbitrary expressions excepted without braces 2021-12-30 03:14:47 -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