Expand description
Procedural macros for Typst.
Macros§
- Implements
Reflect
,FromValue
, andIntoValue
for a type. - Defines a list of
Symbol
s.
Attribute Macros§
- Defines a category of definitions.
- Makes a native Rust type usable as a Typst element.
- Makes a native Rust function usable as a Typst function.
- Provides an associated scope to a native function, type, or element.
- Times function invocations.
- Makes a native Rust type usable as a Typst type.
Derive Macros§
- Implements
Reflect
,FromValue
, andIntoValue
for an enum.