https://github.com/fbernier/base62
Base62 encoding/decoding library in Rust
https://github.com/fbernier/base62
Last synced: 6 months 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 (about 2 years ago)
- Last Synced: 2024-10-30T00:27:37.142Z (8 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.
[](https://github.com/fbernier/base62/actions)
[](https://crates.io/crates/base62)
[](https://docs.rs/base62)