14 releases (stable)
2.0.3 | Nov 8, 2024 |
---|---|
2.0.2 | Sep 13, 2022 |
2.0.1 | Aug 29, 2022 |
2.0.0 | Jun 17, 2022 |
0.3.0 | Oct 17, 2015 |
#92 in Encoding
450,818 downloads per month
Used in 38 crates
(14 directly)
45KB
1K
SLoC
base62
A simple base62 encoder/decoder, typically used in URL shorteners. It supports the standard [0-9A-Za-z] and alternative [0-9a-zA-Z] variants.
lib.rs
:
base62
is a no_std
crate (requires alloc
) that has six functions for
encoding to and decoding from base62.