mirror of
https://gitee.com/openharmony/third_party_rust_unicode-ident
synced 2024-12-03 13:21:29 +00:00
Add xid keyword
This commit is contained in:
parent
8b3c61c90d
commit
2580817601
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user