Crate derive_typst_intoval

Source
Expand description

A small helper crate for converting structs into typst Dicts or Values

Derive Macrosยง

IntoDict
Implements a method into_dict() on self to convert the struct to a typst Dict.
IntoValue
Implements IntoValue for a struct.