Mark crate as deprecated
on crates.io
#138
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This crate hasn't received a single commit or merged PR since about three years.
There also doesn't seem to be any intent of the crate author to continue working on this.
My proposal to @phsym is to mark this crate as deprecated so other people will think about using it twice.
I stumbled upon this library about two years ago myself and had to find out the hard way that it has been abandoned, after already spending a few hours working with it.
I guess it could be considered technical debt to use libraries that haven't received any updates since more than three years.
Furthermore, you should consider archiving this repository. Otherwise people will continue spending their time on PRs that'll never get merged.
This PR sets the
deprecated
badge on crates.io. A small patch release would have to be pushed for the badge to show up on https://crates.io/crates/prettytable-rs though.Sadly, there's no mechanism to mark a crate as
abandoned
from the outside yet, which is why this has to be done manually by @phsym.This isn't intended to offend or blame anyone. Priorities shift all the time, there's no shame in leaving a project behind.
This PR is just a measure to keep the Rust ecosystem clean.