#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 22/week @ 2024-01-08 7/week @ 2024-01-15 6/week @ 2024-01-22 9/week @ 2024-02-05 28/week @ 2024-02-12 22/week @ 2024-02-19 39/week @ 2024-02-26 47/week @ 2024-03-04 38/week @ 2024-03-11 31/week @ 2024-03-18 47/week @ 2024-03-25 63/week @ 2024-04-01 19/week @ 2024-04-08 27/week @ 2024-04-15 29/week @ 2024-04-22

146 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

~145KB