sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
9.07k stars 227 forks source link

Provide library as well as binary #67

Closed tommilligan closed 5 years ago

tommilligan commented 5 years ago

I'm interested in using hexyl as an hex viewer internally in another project I'm working on.

It would be great to have access to hexyl as a library, and to have it operate on generic Read and Write traits, rather than being tightly coupled to stdin/stdout.