unicode-xid 0.2.4

Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31.
Documentation
[[bench]]
harness = false
name = "xid"
[dev-dependencies.criterion]
version = "0.3"

[features]
bench = []
default = []
no_std = []

[package]
authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>", "kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
description = "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n"
documentation = "https://unicode-rs.github.io/unicode-xid"
exclude = ["/.github/**", "/scripts/*"]
homepage = "https://github.com/unicode-rs/unicode-xid"
keywords = ["text", "unicode", "xid"]
license = "MIT OR Apache-2.0"
name = "unicode-xid"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-xid"
rust-version = "1.17"
version = "0.2.4"