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
10
11
12
13
14
pub mod byte_range;
pub mod chunked;
pub mod errors;
pub mod radix;
pub mod schema;
pub mod word;
pub mod word_alternating;

// Re-export error types for public API
pub use errors::{DecodeError, DictionaryNotFoundError, EncodeError, find_closest_dictionary};

// Re-export schema functions for CLI
#[allow(unused_imports)]
pub use schema::{decode_schema, encode_schema};