display-as 0.1.1

A trait for displaying data in different markup formats.
display-as-0.1.1 doesn't have any documentation.

This crate defines a trait DisplayAs that allows a type to be displayed in a particular format. The rouille feature flag enables conversion of any As<F,T> type into a rouille::Response. Note that it is necessary to be explicit about the format because a given type T may be displayed in multiple different formats.