Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjtorikian/escapist
Extremely minimal HTML/`href` escaping/unescaping. Emphasis on minimal.
https://github.com/gjtorikian/escapist
Last synced: about 1 month ago
JSON representation
Extremely minimal HTML/`href` escaping/unescaping. Emphasis on minimal.
- Host: GitHub
- URL: https://github.com/gjtorikian/escapist
- Owner: gjtorikian
- License: mit
- Created: 2022-12-12T21:01:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T15:18:16.000Z (about 1 year ago)
- Last Synced: 2024-09-14T02:20:53.419Z (about 2 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# escapist
Extremely minimal HTML/`href` escaping/unescaping. Emphasis on minimal. I wouldn't really use this if I were you.
Essentially, a port of [Houdini](https://github.com/vmg/houdini) functions which I needed.