Skip to content

MatMoore/string-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages