#hex #ascii #byte #characters #nibble #convert

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

#356 in No standard library

Download history 8/week @ 2024-02-11 9/week @ 2024-02-18 70/week @ 2024-02-25 22/week @ 2024-03-03 13/week @ 2024-03-10 13/week @ 2024-03-17

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

0BSD license

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

No runtime deps