nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

surf isn't getting much maintenance #17

Closed djc closed 1 year ago

djc commented 1 year ago

I think the mention of surf should probably come with a caveat, at least:

https://github.com/http-rs/surf/issues/352

For one thing, the latest release of surf (and current Git) still depend on a rustls version from over 2 years ago (2 semver-incompatible versions ago).

nicoburns commented 1 year ago

Ah, well spotted. For a few sections with a lot of recommendations I'm planning on hiding some of the listed options behind a HTML details element labelled "see also". I'll add surf to the list of crates to move to this section once it's implemented.

Longer term, I want to pull in the release history and other metadata from crates.io, but I don't want to do this manually, so this will require a bunch of infrastructure setup.

nicoburns commented 1 year ago

For a few sections with a lot of recommendations I'm planning on hiding some of the listed options behind a HTML details element labelled "see also"

This is now implemented. Surf is hidden in a collapsible "See also" section, and I've added a note that it's badly maintained.

djc commented 1 year ago

Nit picking: instead of describing it as "not well maintained", I would may be describe it as "not seeing a lot of maintenance activity", to maybe avoid passing a value judgement and stay closer to objective facts?