#linter #parser #syntax #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

#2567 in Web programming

Download history 779/week @ 2024-12-26 13088/week @ 2025-01-02 21491/week @ 2025-01-09 19369/week @ 2025-01-16 9848/week @ 2025-01-23 14245/week @ 2025-01-30 18824/week @ 2025-02-06 11654/week @ 2025-02-13 22776/week @ 2025-02-20 21436/week @ 2025-02-27 20817/week @ 2025-03-06 22836/week @ 2025-03-13 17568/week @ 2025-03-20 12962/week @ 2025-03-27 12821/week @ 2025-04-03 14568/week @ 2025-04-10

61,781 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