terminal_size 0.3.0

Gets the size of your Linux or Windows terminal
Documentation
[package]
authors = ["Andrew Chin <achin@eminence32.net>"]
description = "Gets the size of your Linux or Windows terminal"
documentation = "https://docs.rs/crate/terminal_size"
edition = "2021"
keywords = ["terminal", "console", "term", "size", "dimensions"]
license = "MIT OR Apache-2.0"
name = "terminal_size"
readme = "README.md"
repository = "https://github.com/eminence/terminal-size"
version = "0.3.0"
[target."cfg(not(windows))".dependencies.rustix]
features = ["termios"]
version = "0.38.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Console"]
version = "0.48.0"