| Crates.io | rome_markup |
| lib.rs | rome_markup |
| version | 0.0.1 |
| created_at | 2023-04-04 08:45:04.792704+00 |
| updated_at | 2023-04-04 08:45:04.792704+00 |
| description | Macro to write text using a HTML-like syntax |
| homepage | |
| repository | https://github.com/rome/tools |
| max_upload_size | |
| id | 829990 |
| size | 9,070 |
rome_markupThe crate contains procedural macros to build rome_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
rome_console crate, so it's re-exported from there and should be used as rome_console::markup
rome_markup = { version = "0.0.0", path = "../rome_markup" }