#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

#110 in #linter

Download history 1647/week @ 2024-02-06 1069/week @ 2024-02-13 996/week @ 2024-02-20 1408/week @ 2024-02-27 1655/week @ 2024-03-05 1550/week @ 2024-03-12 1101/week @ 2024-03-19 648/week @ 2024-03-26 934/week @ 2024-04-02 874/week @ 2024-04-09 1256/week @ 2024-04-16 709/week @ 2024-04-23 540/week @ 2024-04-30 906/week @ 2024-05-07 1093/week @ 2024-05-14 865/week @ 2024-05-21

3,469 downloads per month
Used in 24 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