rome_markup

Crates.iorome_markup
lib.rsrome_markup
version0.0.1
sourcesrc
created_at2023-04-04 08:45:04.792704
updated_at2023-04-04 08:45:04.792704
descriptionMacro to write text using a HTML-like syntax
homepage
repositoryhttps://github.com/rome/tools
max_upload_size
id829990
size9,070
Emanuele Stoppa (ematipico)

documentation

https://rustdocs.rome.tools/rome_markup/index.html

README

rome_markup

The 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

Local installation

rome_markup = { version = "0.0.0", path = "../rome_markup" }
Commit count: 4306

cargo fmt