Call me stupid, but where is the "Reference" link where I could just see all the stdlib modules documentation with search and all?
what is the "right" way to get to the methods implemented on String or Pattern or File? I only seem to be able to get to those from IDE hints (occasionally) or from Google search, but never from the Rust website...
rustup doc --std is enough of a staple for me that I have a shell alias for it. For aesthetic reasons alone I'd find it odd not to use the docs I already have locally installed as part of the toolchain. More practically, unreliable bush internet makes it very handy.