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
212 downloads per month
21KB
508 lines
based16
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