bin-encode-decode 1.1.41

A high-performance binary encode and decode library that supports customizable character sets beyond Base64.
Documentation
1
2
3
4
5
6
7
mod r#impl;
mod r#struct;

pub use r#struct::*;

#[cfg(test)]
mod test;