An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://travis-ci.org/suminb/rusty-base62.svg?branch=develop)](https://travis-ci.org/suminb/rusty-base62)