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
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"