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
Users usually need to browse related crates together, but it's inconvenient to jump between them on docs.rs.
Currently the solution is deploy cargo doc --no-deps --workspace separately e.g., to GitHub Pages.
It would be nice if docs.rs can natively display all crates similarly. Alternatively, maybe allowing the author to specify some metadata for related crates also makes some sense.
The text was updated successfully, but these errors were encountered:
Some project has many sub-crates, e.g., arrow-rs: https://github.com/apache/arrow-rs / https://docs.rs/arrow/41.0.0/arrow/
Users usually need to browse related crates together, but it's inconvenient to jump between them on docs.rs.
Currently the solution is deploy
cargo doc --no-deps --workspace
separately e.g., to GitHub Pages.It would be nice if docs.rs can natively display all crates similarly. Alternatively, maybe allowing the author to specify some metadata for related crates also makes some sense.
The text was updated successfully, but these errors were encountered: