You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For links to items from other crates which are not dependencies but instead linked as a suggested alternative or usage, it may be confusing where to find that (e.g. see chacha etc. documentation? #646).
Thanks to RFC 1946 we should be able to improve this.
To address the above, I think we should:
Revise existing relative links to use Rust paths instead of file paths, according to the RFC
StdRng references rand_hc::Hc128Rng and rand_chacha::ChaChaRng
Note that we don't currently appear to have a technical solution to reliably link to all these, except with blunt absolute or relative links (see rust-lang/docs.rs#204).
The text was updated successfully, but these errors were encountered:
Many of the links in our API documentation are currently simple relative paths.
Thanks to RFC 1946 we should be able to improve this.
To address the above, I think we should:
Part of this needs additional discussion: how do we link to things which are not dependencies correctly? Examples:
SeedableRng
mentionsrand::FromEntropy
StdRng
referencesrand_hc::Hc128Rng
andrand_chacha::ChaChaRng
Note that we don't currently appear to have a technical solution to reliably link to all these, except with blunt absolute or relative links (see rust-lang/docs.rs#204).
The text was updated successfully, but these errors were encountered: