dioxus/packages/core-macro
2021-12-15 16:04:30 -05:00
..
examples feat: full html support 2021-10-19 22:39:27 -04:00
src docs: update local examples and docs to support new syntaxes 2021-12-15 15:56:53 -05:00
Cargo.toml docs: update cargo tomls 2021-12-15 16:04:27 -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.0 2021-12-15 16:04:30 -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