A terminal and console abstraction for Rust.
# Cargo.toml
[dependencies]
console = "0.16.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Interact with the terminal, get size, and write output.
Enable the 'ansi' feature in Cargo.toml: console = { version = "0.16", features = ["ansi"] }No dependency data recorded yet.