#linter #parser #formatter

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

#181 in #formatter

Download history 5553/week @ 2025-05-24 8399/week @ 2025-05-31 9341/week @ 2025-06-07 10875/week @ 2025-06-14 10259/week @ 2025-06-21 9508/week @ 2025-06-28 11775/week @ 2025-07-05 10688/week @ 2025-07-12 12391/week @ 2025-07-19 10563/week @ 2025-07-26 6621/week @ 2025-08-02 9983/week @ 2025-08-09 11230/week @ 2025-08-16 11344/week @ 2025-08-23 12371/week @ 2025-08-30 7440/week @ 2025-09-06

43,635 downloads per month
Used in 28 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