terminal_size 0.1.14

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 = "http://eminence.github.io/terminal-size/doc/terminal_size/index.html"
edition = "2018"
keywords = ["terminal", "console", "term", "size", "dimensions"]
license = "MIT OR Apache-2.0"
name = "terminal_size"
repository = "https://github.com/eminence/terminal-size"
version = "0.1.14"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "processenv", "winbase", "wincon", "winnt"]
version = "0.3"