base62num 0.1.1

A convertor between numbers and strings in Base62.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "base62num"
version = "0.1.1"
authors = ["Ryan Li <conbas2019@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A convertor between numbers and strings in Base62."
repository = "https://github.com/jtr109/base62num"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]