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

Warp Integration: Yet another web framework support #404

Closed thatguydoru closed 9 months ago

thatguydoru commented 10 months ago

This implements warp::Reply for Markup, making it possible to return it from a handler and making maud more pleasing to use with warp.

lambda-fairy commented 9 months ago

Thanks!

The http dependency issue looks ok for now, so let's merge this and revisit if it causes problems later.