#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

#658 in Algorithms

Download history 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 21/week @ 2025-01-08 33/week @ 2025-01-15 43/week @ 2025-01-22 57/week @ 2025-01-29 37/week @ 2025-02-05

174 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