Go to file
2024-03-08 16:19:45 -06:00
src forgot how numbers work 2024-03-08 16:19:45 -06:00
.gitignore made much better 2024-03-08 16:14:04 -06:00
Cargo.lock inital commit. feature complete 2024-03-08 14:57:28 -06:00
Cargo.toml inital commit. feature complete 2024-03-08 14:57:28 -06:00
README.md made much better 2024-03-08 16:14:04 -06:00

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