#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

#149 in #linter

Download history 35836/week @ 2024-11-16 10571/week @ 2024-11-23 25398/week @ 2024-11-30 27993/week @ 2024-12-07 19089/week @ 2024-12-14 1360/week @ 2024-12-21 3462/week @ 2024-12-28 21600/week @ 2025-01-04 20538/week @ 2025-01-11 12452/week @ 2025-01-18 13492/week @ 2025-01-25 14712/week @ 2025-02-01 16771/week @ 2025-02-08 11216/week @ 2025-02-15 24701/week @ 2025-02-22 18616/week @ 2025-03-01

75,326 downloads per month
Used in 27 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

~130KB