Announcing termize 0.1

termize is a Rust library to enable getting terminal sizes and dimensions.
This is a fork crate, the original is term_size. term_size is great and well-used but it depends winapi 0.2.x and seems unmaintained. termize updates its dependencies and does some cleanup.

If you want to get rid of old dependencies, termize is an alternative enough.

Other alternatives:

Note that the behavior might be different from term_size, I'm happy to see any feedback!

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.