1 unstable release
Uses old Rust 2015
0.1.1 | Apr 20, 2018 |
---|
#36 in #base32
4KB
54 lines
crocodile
Crockford Base32 encoding on the command line
Converts to and from Crockford Base32 identifiers. No muss, no fuss.
Usage
$ croc 123
3V
$ croc encode 123
3V
$ croc decode 3v
123
Dependencies
~17KB