Docs for rust internal, eg: libstd

Hi, is there something similar to the official rust doc for codes under directory src/stdlib?

@githubxxcc are you looking for docs on the internals of rustc? If so, they're published online. Otherwise there's also the rustdocs for std.

@Michael-F-Bryan, not really. Was more of looking for docs on the libstd, or other 'lib' prefixed libraries, but not rustc's.

For example, was wondering if there are docs like docs for std's hashmap, for codes like src/stdlib/collectsion/hash/table. Like a rustdocs for libstd?

Ah ha, this is what I want: ticki's hosted docs for some internal libstd's collections