https://github.com/suminb/rusty-base62
Base62 implementation in Rust
https://github.com/suminb/rusty-base62
Last synced: 11 months ago
JSON representation
Base62 implementation in Rust
- Host: GitHub
- URL: https://github.com/suminb/rusty-base62
- Owner: suminb
- Created: 2018-03-11T10:26:16.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-12T14:51:58.000Z (over 8 years ago)
- Last Synced: 2025-06-03T11:11:32.007Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rusty Base62
============
A Rust implementation of base62, ported from [a Python library](https://github.com/suminb/base62) I've written some years ago.
I barely started learning Rust and, in consequence, it will take some to fully implement and polish this library.
### Build Status
[](https://travis-ci.org/suminb/rusty-base62)