[package]
name = "unicode_types"
version = "0.2.0"
authors = ["Pierre Chevalier <pierrechevalier83@gmail.com>"]
license = "MIT"
description = "A mapping of all the unicode characters into convenience types (one enum per block of characters with one variant per character)."
documentation = "https://pierrechevalier83.github.io/unicode_types/unicode_types/index.html"
repository = "https://github.com/pierrechevalier83/unicode_types"
keywords = ["unicode", "types", "plain_text", "convenience", "boilerplate"]
edition = "2018"
[dependencies]
string_morph = "0.1.0"