#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

#129 in #linter

Download history 7668/week @ 2024-07-27 6908/week @ 2024-08-03 8884/week @ 2024-08-10 10679/week @ 2024-08-17 15177/week @ 2024-08-24 8421/week @ 2024-08-31 11782/week @ 2024-09-07 8956/week @ 2024-09-14 10740/week @ 2024-09-21 18643/week @ 2024-09-28 5229/week @ 2024-10-05 15595/week @ 2024-10-12 10026/week @ 2024-10-19 15223/week @ 2024-10-26 4597/week @ 2024-11-02 19200/week @ 2024-11-09

52,240 downloads per month
Used in 25 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

~135KB