#markup #syntax #rome #macro #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

#14 in #rome

Download history 29/week @ 2024-04-05 27/week @ 2024-04-12 27/week @ 2024-04-19 30/week @ 2024-04-26 23/week @ 2024-05-03 34/week @ 2024-05-10 26/week @ 2024-05-17 33/week @ 2024-05-24 23/week @ 2024-05-31 16/week @ 2024-06-07 24/week @ 2024-06-14 29/week @ 2024-06-21 14/week @ 2024-06-28 8/week @ 2024-07-05 30/week @ 2024-07-12 22/week @ 2024-07-19

75 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