#hex #base-16 #no-alloc

no-std based16

BASE-16(HEX) implementation for chads

8 releases

0.2.4 Dec 5, 2024
0.2.3 Dec 5, 2024
0.2.1 Dec 31, 2023
0.1.2 Dec 22, 2023

#628 in Algorithms

Download history 6/week @ 2024-09-18 16/week @ 2024-09-25 1/week @ 2024-10-30 467/week @ 2024-12-04 71/week @ 2024-12-11 97/week @ 2024-12-18 20/week @ 2024-12-25

655 downloads per month

BSL-1.0 license

21KB
508 lines

based16

Rust Crates.io Documentation

Simple HEX encoder/decoder for Rust chads

Implementation notes

  • SSE2 implemented as simplest and most widely available HW acceleration
  • Everything else is too much pain in ass for me to do, but PRs are welcome

lib.rs:

Simple Base-16 (aka hexidecimal) encoding

No runtime deps

Features