sharkdp / hexyl

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

Feature request: Ship as a crate #198

Closed dmtrKovalenko closed 1 year ago

dmtrKovalenko commented 1 year ago

That would be very helpful if you will consider shipping the core lib as rust crate outside of binary, this will allow to integrate hexyl in a lot of different scenarios, one of them my BLE browser project where I want to show binary viewer of the incoming data

sharkdp commented 1 year ago

But… it already is: https://docs.rs/hexyl/latest/hexyl/

sharkdp commented 1 year ago

we also have an example on how to use it: https://github.com/sharkdp/hexyl/blob/master/examples/simple.rs

dmtrKovalenko commented 1 year ago

Wow that is awesome! Thanks an sorry for bothering :)