Crate display_as_proc_macro

Source
Expand description

This is the implementation crate for display-as-template.

Macros§

format_as
Use the given template to create a string.
write_as
Write the given template to a file.

Attribute Macros§

with_response_template
Like with_template, but also generate any web responder implementations that are handled via feature flags.
with_template
Implement DisplayAs for a given type.