#formatter #linter #parser

macro biome_markup

Macros to write text using a HTML-like syntax

10 releases (4 breaking)

0.5.7 Mar 12, 2024
0.5.6 Mar 12, 2024
0.4.0 Jan 9, 2024
0.3.1 Nov 26, 2023
0.0.2 Sep 28, 2023

#105 in #linter

Download history 94/week @ 2023-12-22 60/week @ 2023-12-29 202/week @ 2024-01-05 243/week @ 2024-01-12 997/week @ 2024-01-19 1721/week @ 2024-01-26 1464/week @ 2024-02-02 1275/week @ 2024-02-09 1092/week @ 2024-02-16 1071/week @ 2024-02-23 1755/week @ 2024-03-01 1670/week @ 2024-03-08 1161/week @ 2024-03-15 667/week @ 2024-03-22 971/week @ 2024-03-29 585/week @ 2024-04-05

3,554 downloads per month
Used in 22 crates (via biome_console)

MIT/Apache

11KB
145 lines

biome_markup

The crate contains procedural macros to build biome_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 biome_console crate, so it's re-exported from there and should be used as biome_console::markup

Dependencies

~140KB