base62 icon indicating copy to clipboard operation
base62 copied to clipboard

Base62 encoding/decoding library in Rust

trafficstars

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.

Build status Crates.io Docs