Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbernier/base62
Base62 encoding/decoding library in Rust
https://github.com/fbernier/base62
Last synced: about 1 month ago
JSON representation
Base62 encoding/decoding library in Rust
- Host: GitHub
- URL: https://github.com/fbernier/base62
- Owner: fbernier
- License: mit
- Created: 2015-10-13T05:36:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T02:37:56.000Z (over 1 year ago)
- Last Synced: 2024-10-30T00:27:37.142Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/fbernier/base62/workflows/ci/badge.svg)](https://github.com/fbernier/base62/actions)
[![Crates.io](https://img.shields.io/crates/v/base62.svg)](https://crates.io/crates/base62)
[![Docs](https://docs.rs/base62/badge.svg)](https://docs.rs/base62)