1 unstable release
Uses old Rust 2015
| 0.1.0 | Dec 7, 2018 |
|---|
#184 in #hex
87 downloads per month
Used in 4 crates
(3 directly)
4KB
57 lines
Helper functions to convert between bytes and hex-encoded characters
This is a (very!) simple library that turns nibbles into hex characters and vice versa. I wrote this to avoid pulling in core::fmt (and because it was faster than finding an alternative).