base-d 3.0.34

Universal base encoder: Encode binary data to 33+ dictionaries including RFC standards, hieroglyphs, emoji, and more
Documentation
1
2
3
4
5
6
7
8
9
//! Specialized SIMD implementations for different bit-widths
//!
//! Each module contains the NEON-optimized encode/decode logic for a specific
//! bit-width encoding (4-bit, 5-bit, 6-bit, 8-bit).

pub mod base16;
pub mod base256;
pub mod base32;
pub mod base64;