[][src]Crate display_as_proc_macro

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

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.

Derive Macros

proc_macro_hack_format_as

Use the given template to create a string.

proc_macro_hack_write_as

Write the given template to a file.