Crates.io | zorro |
lib.rs | zorro |
version | 0.0.1 |
source | src |
created_at | 2021-03-20 19:36:26.577791 |
updated_at | 2021-03-20 19:36:26.577791 |
description | Encode data into, and decode data out of images. |
homepage | https://github.com/chrisftw/zorro |
repository | https://github.com/chrisftw/zorro |
max_upload_size | |
id | 371465 |
size | 3,206,988 |
Encode data into, and decode data out of images.
This is the lib for other project to use.
encode: raw data -> bin64 encode -> binary data -> stored in image format
decode: image -> strip out encoded binary data -> convert back to bin64 -> decode bin64 -> raw data
zorro_cli command line interface to use this project.
zorro_wasm decode data from images in the browser.