termsize-alt 0.2.1

Retrieves terminal size
Documentation
1
2
3
pub fn main() {
    println!("{:?}", termsize::get().unwrap());
}