-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Description
I posted a thread in IRLO for this feature request, and it seems nobody is against it. Therefore, I come to post an issue here.
For the documentation generated for a type, it seems great to me if the trait implmentations can be grouped by the name of source crate (even source module) in the left navigation panel. Usually, a type won't have too many methods but it can have numerous trait implmentations (especially for numberic related types such as BigUint and rug::Integer).
People usually don't browse the trait implementations by the alphabetic order, they do directly by searching. But sometimes if I don't know which trait I'm looking for, but just want to know what functionalities the type support, it will be great if I can find the implementations by the crate / module name. For example, the implementation of all the arithmetic traits (Add, Sub, etc) can be grouped by the core::ops
module name.
Current behavior
(This documentation comes from dashu-int::UBig
)
Proposed behavior
The style for the module names is to be defined.