dioxus/packages/core-macro
2022-12-09 15:03:56 -08:00
..
src chore: remove cross-crate doc comments 2022-12-09 15:03:56 -08:00
tests allow duplicate idents in format_args_f (#515) 2022-08-10 22:45:56 -07:00
Cargo.toml chore: remove cross-crate doc comments 2022-12-09 15:03:56 -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