1 unstable release
Uses old Rust 2015
0.1.0 | Dec 7, 2018 |
---|
#375 in No standard library
Used in 4 crates
(3 directly)
4KB
57 lines
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).
lib.rs
:
Helper functions to convert between bytes and hex-encoded characters