mudders 0.0.2

Generating Lexicographically-Evenly-Spaced Strings, or: Mudder.js in Rust.
Documentation
[package]
name = "mudders"
version = "0.0.2"
authors = ["Follpvosten <wolfi@karpador.xyz>"]
edition = "2018"
description = "Generating Lexicographically-Evenly-Spaced Strings, or: Mudder.js in Rust."
repository = "https://github.com/Follpvosten/mudders"
documentation = "https://docs.rs/mudders"
readme = "README.md"
keywords = ["lexicographical", "string-distance"]
license = "MIT"

[badges]
travis-ci = { repository = "Follpvosten/mudders", branch = "master" }
maintenance = { status = "actively-developed" }

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

[dependencies]