1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-30 19:10:20 +02:00

docs: Added actix-htmx to README (#557)

This commit is contained in:
Dave Lewis
2025-07-05 00:51:00 +01:00
committed by GitHub
parent 0aadd450b6
commit 6e4bdd3a4e

View File

@@ -52,6 +52,7 @@ These crates are provided by the community.
| [actix-jwt-cookies] | ![crates.io](https://img.shields.io/crates/v/actix-jwt-cookies?label=latest) [![dependency status](https://deps.rs/repo/github/Necoo33/actix-jwt-cookies/status.svg)](https://deps.rs/repo/github/Necoo33/actix-jwt-cookies?path=%2F) | Store your data in encrypted cookies and get it elegantly. |
| [actix-ws-broadcaster] | ![crates.io](https://img.shields.io/crates/v/actix-ws-broadcaster?label=latest) [![dependency status](https://deps.rs/repo/github/Necoo33/actix-ws-broadcaster/status.svg?path=%2F)](https://deps.rs/repo/github/Necoo33/actix-ws-broadcaster?path=%2F) | A broadcaster library for actix-ws that includes grouping and conditional broadcasting. |
| [actix-web-metrics] | ![crates.io](https://img.shields.io/crates/v/actix-web-metrics?label=latest) [![dependency status](https://deps.rs/crate/actix-web-metrics/latest/status.svg)](https://deps.rs/crate/actix-web-metrics) | Metrics.rs integration for actix-web
| [actix-htmx] | ![crates.io](https://img.shields.io/crates/v/actix-htmx?label=latest) [![dependency status](https://deps.rs/crate/actix-htmx/latest/status.svg)](https://deps.rs/crate/actix-htmx) | Htmx integration for Actix Web.
To add a crate to this list, submit a pull request.
@@ -90,3 +91,4 @@ To add a crate to this list, submit a pull request.
[actix-jwt-cookies]: https://crates.io/crates/actix-jwt-cookies
[actix-ws-broadcaster]: https://crates.io/crates/actix-ws-broadcaster
[actix-web-metrics]: https://crates.io/crates/actix-web-metrics
[actix-htmx]: https://crates.io/crates/actix-htmx