string-inspector 0.0.1

A command line utility to inspect unicode strings.
Documentation

String inspector

CircleCI

Command line utility to inspect unicode strings

How to install

TODO

Usage

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.

Versioning

This project follows Semantic Versioning.

Contributing

All contributions are welcome, but issues tagged with either of the following are good places to start:

See CONTRIBUTING.md for more details.

License

All code is free to use under the MIT license