prettytable-rs
prettytable-rs copied to clipboard
Mark crate as `deprecated` on crates.io
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.
Disclaimer:
I wrote an alternative to this library, once I noticed that this project has been abandoned.
This PR is motivated by people asking me what the advantages of using either prettytable-rs
or comfy-table
are.
Pretty much all of those people weren't aware that this crate has been abandoned, which only shows that this is an ongoing problem that needs to be properly addressed.
This is now maintained passively.