4 Star 0 Fork 7

OpenHarmony/third_party_rust_unicode-ident

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Tolnay 提交于 2023-03-05 15:56 . Release 1.0.8
[package]
name = "unicode-ident"
version = "1.0.8"
authors = ["David Tolnay <dtolnay@gmail.com>"]
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", "xid"]
license = "(MIT OR Apache-2.0) AND Unicode-DFS-2016"
repository = "https://github.com/dtolnay/unicode-ident"
rust-version = "1.31"
[dev-dependencies]
criterion = { version = "0.4", default-features = false }
fst = "0.4"
rand = { version = "0.8", features = ["small_rng"] }
roaring = "0.10"
ucd-trie = { version = "0.1", default-features = false }
unicode-xid = "0.2.4"
[[bench]]
name = "xid"
harness = false
[workspace]
members = ["diagram", "generate"]
[lib]
doc-scrape-examples = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_rust_unicode-ident.git
git@gitee.com:openharmony/third_party_rust_unicode-ident.git
openharmony
third_party_rust_unicode-ident
third_party_rust_unicode-ident
master

搜索帮助