No description
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Prints unicode characters to stdout.
Specify which unicode blocks you want by uncommenting them in src/blocks.rs
.
Do cargo run
and the codepoint, glyph, and name of every character in the
specified blocks will be printed to stdout, separated by a tab \t
.
That's it. Enjoy