Closed gballet closed 5 years ago
I realize that the reason @sina created a custom hex conversion function might have been done with the hope of reducing the size of the final binary. Is that so?
No, I just didn't know about hex::decode
. I then saw it in your code but forgot to change my PR to use it, sorry.
And thank you for cleaning mine ;)
A series of changes to clean the code up:
NibbleKey::new
sinceFrom<Vec<u8>>
has been implemented;hex::decode
instead of having a custom functiondisplay
to write the regular data, instead of writing its "debug" versionI realize that the reason @sina created a custom hex conversion function might have been done with the hope of reducing the size of the final binary. Is that so?