MatMoore / string-inspector

A command line utility to inspect unicode strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String inspector πŸ”

CircleCI

A command line utility to inspect unicode strings

How to install

cargo install string-inspector

Usage

string-inspector hello world πŸ’©

Example output:

[utf-8]
bytes: 68 65 6c 6c 6f 20 77 6f 72 6c 64 20 f0 9f 92 a9
chars: h  e  l  l  o     w  o  r  l  d     1f4a9

hello world πŸ’©

See string-inspector -h for detailed usage.

Library usage

See documentation.

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

About

A command line utility to inspect unicode strings

License:MIT License


Languages

Language:Rust 100.0%