tarqd / base62

Base62 encoding/decoding library in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base62

A simple base62 encoder/decoder, typically used in URL shorteners. It only supports the [0-9A-Za-z] variant.

Build status Crates.io Docs

About

Base62 encoding/decoding library in Rust

License:MIT License


Languages

Language:Rust 100.0%