Skip to content

Commit 0961278

Browse files
committed
Escape, unescape
1 parent 541d524 commit 0961278

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,11 @@ Looking for something to build? Check out [the suggestions list][suggestions].
213213

214214
- [formal](https://github.com/lpil/formal) - [📚](https://hexdocs.pm/formal/) - Type safe HTML form decoding and validation!
215215
- [glentities](https://gitlab.com/Nicd/glentities) - [📚](https://hexdocs.pm/glentities/) - HTML entity encoder/decoder for Gleam
216+
- [houdini](https://github.com/giacomocavalieri/houdini) - [📚](https://hexdocs.pm/houdini/) - 🪄 Fast HTML escaping
216217
- [htmb](https://github.com/lpil/htmb) - [📚](https://hexdocs.pm/htmb/) - A tiny HTML builder for Gleam
217218
- [htmgrrrl](https://github.com/lpil/htmgrrrl) - [📚](https://hexdocs.pm/htmgrrrl/) - Gleam bindings to htmerl, the fast and memory efficient Erlang HTML SAX parser.
218219
- [nakai](https://github.com/nakaixo/nakai) - [📚](https://hexdocs.pm/nakai/) - HTML generation for Gleam, on the server or anywhere else
220+
- [odysseus](https://github.com/strawmelonjuice/odysseus) - [📚](https://hexdocs.pm/odysseus/) - UN-escaping HTML
219221

220222
### HTTP
221223

packages/houdini.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "houdini"
2+
description = "🪄 Fast HTML escaping"
3+
repo_url = "https://github.com/giacomocavalieri/houdini"
4+
category = "HTML"

packages/odysseus.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "odysseus"
2+
description = "UN-escaping HTML"
3+
repo_url = "https://github.com/strawmelonjuice/odysseus"
4+
category = "HTML"

0 commit comments

Comments
 (0)