Expand description

This is a template library that uses and defines the DisplayAs trait defined in the display-as crate (also reexported from here).

Macros

Structs

Choose to Display this type using Format F.
Format as HTML.
Format as Rust.

Traits

This trait is analogous to Display, but will display the data in F format.

Attribute Macros

Can I write doc here? Implement DisplayAs for a given type.