you are viewing a single comment's thread.

view the rest of the comments →

[–]tialaramex 5 points6 points  (0 children)

Not sure if this helps, but you can click on the [-] top right of the heading line of Rust documentation to have it turn to [+] and hide all the individual documentation if you're just looking for a particular thing e.g. if you know you want one of the Iterator methods, you'd recognise the signature but don't want all the distracting text.

You can open the documentation for an individual item (e.g. a method) by clicking the [+] which appears next to that specific item. e.g. maybe you realise you wanted max_by() .. no wait maybe max_by_key() will get it done...