biome_console 0.5.8

Utilities to print messages (formatted with biome_markup) and diagnostics
Documentation
1
2
3
4
5
fn main() {
    biome_console::markup! {
        <Emphasis property=ident />
    }
}