unicode-width 0.1.8

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"]

[package]
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n"
documentation = "https://unicode-rs.github.io/unicode-width"
exclude = ["target/*", "Cargo.lock"]
homepage = "https://github.com/unicode-rs/unicode-width"
keywords = ["text", "width", "unicode"]
license = "MIT/Apache-2.0"
name = "unicode-width"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-width"
version = "0.1.8"