1 unstable release
0.0.1 | Apr 4, 2023 |
---|
#14 in #rome
75 downloads per month
Used in 11 crates
(2 directly)
10KB
145 lines
rome_markup
The crate contains procedural macros to build rome_console
markup object with a JSX-like syntax
The macro cannot be used alone as it generates code that requires supporting types declared in the
rome_console
crate, so it's re-exported from there and should be used as rome_console::markup
Local installation
rome_markup = { version = "0.0.0", path = "../rome_markup" }
Dependencies
~140KB