Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Explicitely reflect "unmaintained" status in readme #31

Merged
merged 1 commit into from
Nov 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ A Rust library to enable getting terminal sizes and dimensions

[Documentation](https://docs.rs/term_size)

> # Maintenance status
>
> **This crate is no longer maintained**. It works fine, but the maintainers don't have time and willingness
> to work on it or review future PRs anymore.
>
> Consider using [`terminal_size`](https://github.com/eminence/terminal-size/) instead.

## Usage

First, add the following to your `Cargo.toml`:
Expand Down