Add xid keyword

This commit is contained in:
David Tolnay 2022-09-16 22:00:38 -07:00
parent 8b3c61c90d
commit 2580817601
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -6,7 +6,7 @@ categories = ["development-tools::procedural-macro-helpers", "no-std"]
description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
documentation = "https://docs.rs/unicode-ident"
edition = "2018"
keywords = ["unicode"]
keywords = ["unicode", "xid"]
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
repository = "https://github.com/dtolnay/unicode-ident"
rust-version = "1.31"