rust/src/doc/rustdoc
binarycat 9397d133f6 Treat other items as functions for the purpose of type-based search
constants and statics are nullary functions, and struct fields are unary functions.

functions (along with methods and trait methods) are prioritized over other
items, like fields and constants.
2025-01-16 11:52:00 -06:00
..
src Treat other items as functions for the purpose of type-based search 2025-01-16 11:52:00 -06:00
.gitignore add a new mdbook for rustdoc 2017-05-31 12:46:17 -04:00
book.toml doc(rustdoc): redirect more urls 2022-10-27 00:17:16 +08:00
README.md Stabilize extended_key_value_attributes 2021-05-18 01:01:36 -04:00

Rustdoc

This is documentation for rustdoc itself, written in mdbook format. To build the book, use x.py doc src/doc/rustdoc. To run doctests, use x.py test src/doc/rustdoc.