Back to Postgres Language Server

`pgls_markup`

crates/pgls_markup/README.md

0.24.0413 B
Original Source

pgls_markup

The crate contains procedural macros to build pgls_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 pgls_console crate, so it's re-exported from there and should be used as pgls_console::markup

Acknowledgement

This crate was initially forked from biome.