Ai
2 Star 0 Fork 0

mirrors_android_source/unicode-width

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Jeff Vander Stoep 提交于 2024-02-06 03:29 +08:00 . Upgrade unicode-width to 0.1.11
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
name = "unicode-width"
version = "0.1.11"
authors = [
"kwantam <kwantam@gmail.com>",
"Manish Goregaokar <manishsmail@gmail.com>",
]
exclude = [
"target/*",
"Cargo.lock",
]
description = """
Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
"""
homepage = "https://github.com/unicode-rs/unicode-width"
documentation = "https://unicode-rs.github.io/unicode-width"
readme = "README.md"
keywords = [
"text",
"width",
"unicode",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/unicode-rs/unicode-width"
[dependencies.compiler_builtins]
version = "0.1"
optional = true
[dependencies.core]
version = "1.0"
optional = true
package = "rustc-std-workspace-core"
[dependencies.std]
version = "1.0"
optional = true
package = "rustc-std-workspace-std"
[features]
bench = []
default = []
no_std = []
rustc-dep-of-std = [
"std",
"core",
"compiler_builtins",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/unicode-width.git
git@gitee.com:mirrors_android_source/unicode-width.git
mirrors_android_source
unicode-width
unicode-width
main

搜索帮助