console_static_text 0.8.2

Logging for text that should stay in the same place in a console.
Documentation
[[example]]
name = "count"
required-features = ["sized"]

[[example]]
name = "logging_text_above"
required-features = ["sized"]

[[example]]
name = "word_wrapping"
required-features = ["sized"]
[dependencies.atty]
optional = true
version = "0.2"

[dependencies.terminal_size]
optional = true
version = "0.3.0"

[dependencies.unicode-width]
version = "0.1.11"

[dependencies.vte]
version = "0.13.0"
[dev-dependencies.console]
version = "0.15.7"

[dev-dependencies.crossterm]
version = "0.27.0"

[dev-dependencies.pretty_assertions]
version = "1.3"

[features]
sized = ["atty", "rustix", "terminal_size", "windows-sys"]

[package]
authors = ["David Sherret <dsherret@gmail.com>"]
description = "Logging for text that should stay in the same place in a console."
edition = "2021"
keywords = ["console"]
license = "MIT"
name = "console_static_text"
readme = "README.md"
repository = "https://github.com/dsherret/console_static_text"
version = "0.8.2"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(windows))".dependencies.rustix]
features = ["stdio"]
optional = true
version = "0.38.28"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
optional = true
version = "0.52.0"