An excerpt from the Rust stdlib crate index page ( http://doc.rust-lang.org/doc/std/index.html ):
- Module net
- Module os
- Module os_fs
The os and os_fs modules both have submodules with their own pages, but currently the only way to access these pages (or even know they exist) is to visit the os or os_fs pages themselves and notice the links at the bottom of the table of contents. Showing submodules on the index page would ease navigation and exploration:
- Module net
- Module os
- Module os::libc_constants
- Native module os::libc
- Native module os::rustrt
- Module os_fs
- Native module os_fs::rustrt
An excerpt from the Rust stdlib crate index page ( http://doc.rust-lang.org/doc/std/index.html ):
The
osandos_fsmodules both have submodules with their own pages, but currently the only way to access these pages (or even know they exist) is to visit theosoros_fspages themselves and notice the links at the bottom of the table of contents. Showing submodules on the index page would ease navigation and exploration: