unicode_types 0.2.0

A mapping of all the unicode characters into convenience types (one enum per block of characters with one variant per character).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "unicode_types"
version = "0.2.0"
authors = ["Pierre Chevalier <pierrechevalier83@gmail.com>"]
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"
keywords = ["unicode", "types", "plain_text", "convenience", "boilerplate"]
license = "MIT"
repository = "https://github.com/pierrechevalier83/unicode_types"
[dependencies.string_morph]
version = "0.1.0"