Crates.io | simple_encode |
lib.rs | simple_encode |
version | 0.1.0 |
source | src |
created_at | 2016-01-01 21:15:08.256849 |
updated_at | 2016-01-01 21:15:08.256849 |
description | Dead simple b64/hex encoding/decoding. |
homepage | https://github.com/tlon-sh/simple-encode |
repository | https://github.com/tlon-sh/simple-encode |
max_upload_size | |
id | 3806 |
size | 7,244 |
A very simple base64/hexadecimal encoder and decoder.
Uses very simple brute-force methods for ease of understanding, with the implementation still being quick enough to be viable in most applications.