#markup #macro #syntax #rome #write #text #html-like

macro rome_markup

Macro to write text using a HTML-like syntax

1 unstable release

0.0.1 Apr 4, 2023

#12 in #rome

49 downloads per month
Used in 11 crates (2 directly)

MIT license

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