#linter #formatter #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

#112 in #linter

Download history 1023/week @ 2024-03-14 881/week @ 2024-03-21 892/week @ 2024-03-28 659/week @ 2024-04-04 1346/week @ 2024-04-11 993/week @ 2024-04-18 544/week @ 2024-04-25 793/week @ 2024-05-02 789/week @ 2024-05-09 1158/week @ 2024-05-16 1045/week @ 2024-05-23 4672/week @ 2024-05-30 11692/week @ 2024-06-06 6775/week @ 2024-06-13 6911/week @ 2024-06-20 8210/week @ 2024-06-27

34,775 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