Crates.io | biome_markup |
lib.rs | biome_markup |
version | 0.5.7 |
source | src |
created_at | 2023-09-26 12:35:30.454973 |
updated_at | 2024-03-12 09:19:02.277034 |
description | Macros to write text using a HTML-like syntax |
homepage | https://biomejs.dev/ |
repository | https://github.com/biomejs/biome |
max_upload_size | |
id | 983585 |
size | 10,370 |
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