fbernier / 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 supports the standard [0-9A-Za-z] and alternative [0-9a-zA-Z] variants.

Build status Crates.io Docs

About

Base62 encoding/decoding library in Rust

License:MIT License


Languages

Language:Rust 100.0%