simple-hex 0.1.0

A simple ASCII hex-to-bytes-and-back library
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented0 out of 6 items with examples
  • Size
  • Source code size: 3.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 807.75 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • thenewwazoo/simple-hex
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thenewwazoo

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