#ascii #hex

no-std simple-hex

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

1 unstable release

Uses old Rust 2015

0.1.0 Dec 7, 2018

#184 in #hex

Download history 10/week @ 2026-03-03 76/week @ 2026-03-10 1/week @ 2026-03-17

87 downloads per month
Used in 4 crates (3 directly)

0BSD license

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

No runtime deps