crocodile

Crates.iocrocodile
lib.rscrocodile
version0.1.1
sourcesrc
created_at2018-04-20 17:54:07.325701
updated_at2018-04-20 17:54:07.325701
descriptionA tool for encoding and decoding Crockford Base32 identifiers.
homepagehttps://github.com/archer884/crocodile
repository
max_upload_size
id61604
size4,525
J/A (archer884)

documentation

README

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
Commit count: 0

cargo fmt