Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-jackson/how-do-i-escape
Prints escape sequences for unicode graphemes
https://github.com/p-jackson/how-do-i-escape
Last synced: about 2 months ago
JSON representation
Prints escape sequences for unicode graphemes
- Host: GitHub
- URL: https://github.com/p-jackson/how-do-i-escape
- Owner: p-jackson
- License: mit
- Created: 2016-04-28T10:12:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T06:01:15.000Z (about 6 years ago)
- Last Synced: 2024-10-31T12:10:02.484Z (2 months ago)
- Language: Rust
- Homepage: https://how-do-i-escape.surge.sh
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# how-do-i-escape
> For when you ask yourself "how do I escape that"?
Prints escape sequences for unicode graphemes
It seems like every other day I'm looking up what the escape sequence for a
unicode grapheme is in various web languages. And I'm also trying to learn Rust.
So I wrote a tool in Rust.**This is the root of a monorepo that contains two projects:**
- [Web app implemented with web assesmbly](./how_do_i_escape_web/README.md) (see https://how-do-i-escape.surge.sh)
- [CLI tool implemented in Rust](./how_do_i_escape_cli/README.md)