#hex #base-16 #no-alloc

no-std based16

BASE-16(HEX) implementation for chads

8 releases

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

#730 in Algorithms

Download history 11/week @ 2024-09-20 11/week @ 2024-09-27 1/week @ 2024-11-01 197/week @ 2024-11-29

212 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