Command line utility to inspect unicode strings
TODO
cargo run hello world
Example output: ``` [utf-8] bytes: 68 65 6c 6c 6f 20 77 6f 72 6c 64 chars: h e l l o w o r l d
hello world ```
See cargo run -- -h
for detailed usage.
This project follows Semantic Versioning.
All contributions are welcome, but issues tagged with either of the following are good places to start: - Good first issue - Help wanted
See CONTRIBUTING.md for more details.
All code is free to use under the MIT license