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
8
9
10
11
mod r#const;
mod r#enum;
mod r#impl;
mod r#struct;

pub use {r#enum::*, r#struct::*};

pub(crate) use r#const::*;

#[cfg(test)]
mod test;