diff options
author | Paul Tuckey <ptuckey@canva.com> | 2024-06-19 05:45:58 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 11:45:58 -0600 |
commit | 5e8d8fa497aea0d46e6ee9a93acaed4c5fd1fc7a (patch) | |
tree | e467bf2f6f77608856a4363b680ed4cc1909ee55 /www/content/server-examples.md | |
parent | da5ede794fadef76d4463d02e35f5dfc95dd5f7b (diff) | |
download | htmx-5e8d8fa497aea0d46e6ee9a93acaed4c5fd1fc7a.tar.gz htmx-5e8d8fa497aea0d46e6ee9a93acaed4c5fd1fc7a.zip |
Add rust example to server-examples.md (#2626)
Add rust esample to server-examples.md
Diffstat (limited to 'www/content/server-examples.md')
-rw-r--r-- | www/content/server-examples.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md index fdc27d7c..76cbd2a6 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -115,6 +115,10 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/libsyz/htmx-to-do-app> - <https://github.com/beechnut/pokebutt-htmx> +## Rust + +- <https://github.com/paultuckey/example-todo-app-rust-htmx> + ## Scala ### http4s |