digits 1.1.1

Custom “numeric” incrementor without u64 MAX limit in size. Like a score flipper for a custom character set.
Documentation
[badges.travis-ci]
branch = "master"
repository = "danielpclark/digits"
[dependencies.array_tool]
version = "^0.4.1"

[dependencies.base_custom]
version = "^0.1.12"

[dependencies.clippy]
optional = true
version = "0.0.175"

[features]
default = []

[package]
authors = ["Daniel P. Clark <6ftdan@gmail.com>"]
categories = ["cryptography", "data-structures"]
description = "Custom “numeric” incrementor without u64 MAX limit in size. Like a score flipper for a custom character set."
documentation = "http://danielpclark.github.io/digits/index.html"
homepage = "https://github.com/danielpclark/digits"
keywords = ["numeric", "base", "conversion", "decimal"]
license = "MIT OR Apache-2.0"
name = "digits"
readme = "README.md"
repository = "https://github.com/danielpclark/digits"
version = "1.1.1"