zero_escape 1.0.0

Provides encoding and decoding data using the Zero Escape Encoding method.
Documentation
1
2
3
4
5
6
7
8
mod core;
mod error;

#[cfg(test)]
mod tests;

pub use core::*;
pub use error::*;