simple-hex 0.1.0

A simple ASCII hex-to-bytes-and-back library
Documentation

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).