Escape ASCII

binary-example-0.png binary-example-1.png

An extremely tiny tool to convert stdin raw byte stream to printable escaped-ascii form, such as byte literals in source codes on many programming languages (e.g. "\x1b\x04printable\x16\n").

This tool just help calling the rust function slice::escapeascii directly from command line.
For more information about how this tool converts, check the rust official documentations of std::ascii::escape
default.

Install

shell $ cargo install escape-ascii

Example

Author

Kim Hwiwon \

License

The MIT License (MIT)