unicode-width-16 0.1.0

Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules.
Documentation
[dependencies.compiler_builtins]
optional = true
version = "0.1"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0"

[dependencies.std]
optional = true
package = "rustc-std-workspace-std"
version = "1.0"

[features]
bench = []
default = []
no_std = []
rustc-dep-of-std = ["std", "core", "compiler_builtins"]

[lib]
name = "unicode_width_16"
path = "src/lib.rs"

[package]
authors = ["Christian Duerr <contact@christianduerr.com>", "Kirill Chibisov <contact@kchibisov.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
"""
documentation = "https://unicode-rs.github.io/unicode-width"
exclude = ["target/*", "Cargo.lock"]
homepage = "https://github.com/alacritty/unicode-width-16"
keywords = ["text", "width", "unicode"]
license = "MIT OR Apache-2.0"
name = "unicode-width-16"
readme = "README.md"
repository = "https://github.com/alacritty/unicode-width-16"
version = "0.1.0"