Crates.io | crocodile |
lib.rs | crocodile |
version | 0.1.1 |
source | src |
created_at | 2018-04-20 17:54:07.325701 |
updated_at | 2018-04-20 17:54:07.325701 |
description | A tool for encoding and decoding Crockford Base32 identifiers. |
homepage | https://github.com/archer884/crocodile |
repository | |
max_upload_size | |
id | 61604 |
size | 4,525 |
Crockford Base32 encoding on the command line
Converts to and from Crockford Base32 identifiers. No muss, no fuss.
$ croc 123
3V
$ croc encode 123
3V
$ croc decode 3v
123