lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
2.09k stars 137 forks source link

Add a `maud::display` adapter that forwards to the `Display` impl #342

Closed lambda-fairy closed 2 years ago

lambda-fairy commented 2 years ago

Follow-up to #271.

I see there are many use cases like bytesize and chrono that would benefit from this.