Zero Escape Encoding
The zero_escape
crate provides functionality for encoding and decoding data using the Zero Escape Encoding method.
Features
- Encoding: Convert your data into Zero Escape encoded format. View Source
- Decoding: Decode Zero Escape encoded data back to its original format. View Source
Usage
Add zero_escape
to your Cargo.toml
dependencies:
[]
= "0.1.0"
Using the encoding functions:
Diagram
The following diagram shows how the encoding algorithm works:
License
This project is licensed under the GPL-3.0-only license.