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
{{ message }}
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
If I run cargo doc under systrace, the result is not very useful. There is no top-level explanation, and drilling down into individual modules just gives mysterious lists of symbol names with no explanation.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Good packages on cargo have nice, self-explanatory documentation (just like Hackage!). For instance, here's crossbeam:
https://docs.rs/crossbeam/0.7.1/crossbeam/
If I run
cargo doc
under systrace, the result is not very useful. There is no top-level explanation, and drilling down into individual modules just gives mysterious lists of symbol names with no explanation.The text was updated successfully, but these errors were encountered: