Crates.io | how-do-i-escape |
lib.rs | how-do-i-escape |
version | 0.3.0 |
source | src |
created_at | 2016-04-28 10:54:52.436207 |
updated_at | 2016-12-16 12:45:18.125757 |
description | Prints escape sequences for unicode graphemes |
homepage | https://github.com/p-jackson/how-do-i-escape |
repository | https://github.com/p-jackson/how-do-i-escape |
max_upload_size | |
id | 4886 |
size | 16,605 |
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.
$ cargo install how-do-i-escape
$ how-do-i-escape ยง
css = "\00A7"
html = §
js = "\u00A7"
cargo install