prefix-map 0.3.1

A collection for creating prefix maps.
[package]
name = "prefix-map"
version = "0.3.1"
authors = ["Claire Charron <claire@undeterminant.net>"]
description = "A collection for creating prefix maps."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Undeterminant/prefix-map"
exclude = [
    ".travis.yml",
    ".gitignore",
]

[dependencies]
unicode-segmentation = "^0.1"

[dev-dependencies]
rand = "^0.3"
clippy = "^0.0"

[features]
default = []
unstable = []