badboy / whatrustisit

What Rust is it?
https://www.whatrustisit.com/
56 stars 7 forks source link

Cross-reference caniuse.rs #14

Open chrysn opened 2 years ago

chrysn commented 2 years ago

I think it would be convenient to get quick access to things one can use starting in version X as provided by caniuse.rs.

Versions "stable" and "beta" could have a link "Features newly usable in this version"; for the nightly box it'd be "in nightly without feature flags".

As this would be one more link, it may go along well with the advanced mode of #3.

badboy commented 2 years ago

I'll take pull requests, but won't work on this myself.

SkyfallWasTaken commented 2 years ago

It might just be easier to link to https://caniuse.rs/versions/major.minor instead.

chrysn commented 2 years ago

A more current go-to platform could be https://releases.rs/, which unlike caniuse.rs gets populated automatically and is thus more up to date. Inconveniently, that does not have a direct major.minor entry point, but possibly one could be created to facilitate this kind of linking if desired.