2 Star 0 Fork 0

mirrors_android_source/unicode-segmentation

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml.orig 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Vander Stoep 提交于 2023-02-17 16:51 +08:00 . Upgrade unicode-segmentation to 1.10.1
[package]
name = "unicode-segmentation"
version = "1.10.1"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
edition = "2018"
homepage = "https://github.com/unicode-rs/unicode-segmentation"
repository = "https://github.com/unicode-rs/unicode-segmentation"
documentation = "https://unicode-rs.github.io/unicode-segmentation"
license = "MIT/Apache-2.0"
keywords = ["text", "unicode", "grapheme", "word", "boundary"]
readme = "README.md"
description = """
This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
"""
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "benches/texts/*", "*.txt", ]
[features]
no_std = [] # This is a no-op, preserved for backward compatibility only.
[dev-dependencies]
quickcheck = "0.7"
criterion = "0.3"
[[bench]]
name = "graphemes"
harness = false
[[bench]]
name = "unicode_words"
harness = false
[[bench]]
name = "word_bounds"
harness = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/unicode-segmentation.git
git@gitee.com:mirrors_android_source/unicode-segmentation.git
mirrors_android_source
unicode-segmentation
unicode-segmentation
main

搜索帮助