PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.61k stars 87 forks source link

Request to migrate away from legacy packages #135

Open iSaluki opened 8 months ago

iSaluki commented 8 months ago

This project uses the following legacy crates:

I am currently interested in packaging jless for the Fedora repositories, but I cannot do so until these packages are upgraded for something that is actively maintained.

decathorpe commented 8 months ago

Note that libc-stdhandle is also obsolete, and has not been updated in 6 years. Is there a reason why the safe std::io::stdin / std::io::stderr / std::iostdout` functions from the Rust standard library cannot be used instead?

iSaluki commented 8 months ago

I'll treat libc-stdhandle as in need or replacement too. I'm currently (slowly) working on making these improvements over here: https://github.com/iSaluki/jless