rust-base62
A simple library base62 encode/decode.
Alphabet
It supports the standard [0-9A-Za-z]
: https://en.wikipedia.org/wiki/Base62
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
Example
use rust_base62;
A simple library base62 encode/decode.
It supports the standard [0-9A-Za-z]
: https://en.wikipedia.org/wiki/Base62
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
use rust_base62;