Expand description
This crate wraps the macros implemented in Polyhorn UI in a
proc-macro = true
library.
Macros§
- asset
- Calls
polyhorn_ui::macros::asset::asset_impl
with a token stream that we obtain from the Rust compiler. - render
- Calls
polyhorn_ui::macros::render::render_impl
with a token stream that we obtain from the Rust compiler. - style
- Calls
polyhorn_ui::macros::style::style_impl
with a token stream that we obtain from the Rust compiler.
Attribute Macros§
- test
- Calls
polyhorn_ui::macros::test::test_impl
with a token stream that we obtain from the Rust compiler.