hypertext
hypertext copied to clipboard
A blazing fast type-checked HTML macro crate.
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.60 to 2.0.65. Release notes Sourced from syn's releases. 2.0.65 Optimize the implementation of Fold to compile faster (#1666, #1667, #1668) 2.0.64 Support using ParseBuffer across catch_unwind...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.81 to 1.0.83. Release notes Sourced from proc-macro2's releases. 1.0.83 Optimize the representation of Ident (#462) 1.0.82 Resolve unexpected_cfgs warning (#456) Commits 1b77aca Release 1.0.83 728eddf Merge...
This PR introduces support for https://actix.rs/ by implementing the responder trait for it on a separate feature, like with `axum`.
Hello, thank you for this wonderful project. I was looking into the project's source code when I found the elements! macro and it surprised me that it isn't public as...
Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.17 to 1.0.18. Release notes Sourced from ryu's releases. 1.0.18 Resolve unexpected_cfgs warning (#55) Commits 12746aa Release 1.0.18 86b1932 Merge pull request #55 from dtolnay/checkcfg 6132d8b Resolve...
I'm looking into `hypertext` as a replacement for `maud`. My templates include a lot of inline SVG icons. This branch is an attempt to make it work in `hypertext`. It...
Bumps [actix-web](https://github.com/actix/actix-web) from 4.8.0 to 4.9.0. Release notes Sourced from actix-web's releases. actix-web: v4.9.0 Added Add middleware::from_fn() helper. Add web::ThinData extractor. Commits e0918fb chore(actix-web): prepare release 4.9.0 9ba326a chore(actix-http): prepare...