dioxus-core-macro 0.1.4

Core macro for Dioxus Virtual DOM
Documentation
1
2
3
4
5
6
7
# 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
- 
-