unicode-width 0.1.12

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"
[dev-dependencies.unicode-normalization]
version = "0.1.23"

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

[package]
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
categories = ["command-line-interface", "internationalization", "no-std::no-alloc", "text-processing"]
description = "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n"
edition = "2021"
exclude = ["target/*", "Cargo.lock"]
homepage = "https://github.com/unicode-rs/unicode-width"
keywords = ["text", "width", "unicode"]
license = "MIT OR Apache-2.0"
name = "unicode-width"
readme = "README.md"
repository = "https://github.com/unicode-rs/unicode-width"
version = "0.1.12"