prettychars 0.1.0

Unicode text styling and named glyph lookup with zero runtime overhead
Documentation
[dependencies.phf]
features = ["macros"]
version = "0.11"

[dev-dependencies]

[[example]]
name = "chaining"
path = "examples/chaining.rs"

[[example]]
name = "chessboard"
path = "examples/chessboard.rs"

[[example]]
name = "dashboard"
path = "examples/dashboard.rs"

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

[package]
authors = ["Dayna Blackwell"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "encoding"]
description = "Unicode text styling and named glyph lookup with zero runtime overhead"
edition = "2021"
exclude = ["/.github/", "/.gitignore"]
keywords = ["unicode", "text", "styling", "glyphs", "typography"]
license = "MIT OR Apache-2.0"
name = "prettychars"
readme = "README.md"
repository = "https://github.com/blackwell-systems/prettychars"
rust-version = "1.70"
version = "0.1.0"