Skip to content

Releases: nsmryan/hew

Bug Fix Update and Performance Improvement

07 May 14:14
Compare
Choose a tag to compare

Fixed a bug in decoding to hex.
Optimization set to 3.

Second Release

06 May 17:30
Compare
Choose a tag to compare

This release contains the same features as the initial release, but with massive performance improvements from using buffered writing, and avoiding memory allocation.

Initial Release

06 May 14:40
Compare
Choose a tag to compare

This is the first release of Hew, a command line tool for encoding and decoding binary data to hexadecimal ascii characters.
All major functionality is present, and tested manually on the command line.