hypo 0.2.1

tiny crate that renders html through macros
Documentation
1
2
3
4
5
impl axum::response::IntoResponse for crate::Raw {
    fn into_response(self) -> axum::response::Response<axum::body::Body> {
        axum::response::Html(self.0).into_response()
    }
}