Hayden Stainsby on Nostr: Somthing cool about docs.rs: If you want to link the latest non-breaking version of ...
Somthing cool about docs.rs:
If you want to link the latest non-breaking version of the docs you can use just part of the version.
I can link to the latest 1.x release of Tokio with docs.rs/tokio/1/
Deep links work too!
Here is a link to the oneshot docs from the latest 1.39.x release:
https://docs.rs/tokio/1.39/tokio/sync/oneshot/index.html
I just tried this one day and it worked. How cool is that?
#rust #rustlang #docsRs
If you want to link the latest non-breaking version of the docs you can use just part of the version.
I can link to the latest 1.x release of Tokio with docs.rs/tokio/1/
Deep links work too!
Here is a link to the oneshot docs from the latest 1.39.x release:
https://docs.rs/tokio/1.39/tokio/sync/oneshot/index.html
I just tried this one day and it worked. How cool is that?
#rust #rustlang #docsRs