This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.
Top Level Collapsible Tree View of a Crate (and standard library) #168
Open
Description
I would really like for a better table of contents to exist in rustdoc. A collapsible tree-view navigation, where
- non-leaf nodes are modules
- leaf nodes are either a struct, trait, or macro.
I see there being a few stories around navigating stdlib/crate docs and api references:
- I am searching for docs on a specific type I already know. (use search feature)
- I am not sure what the exact type I am looking for is, but I have a general idea. ex: I need a re-sizable, searchable data structure. (current navigation works for this).
- I want a top level view to understand the structure of this crate. Maybe to evaluate it. Maybe to build my intuition on it. (this is the story I think this suggestion helps most for).