You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOCS: Replace source layout table with pointer to docs.rs module index (JOSS jonaspleyer #99)
The hand-maintained module table duplicated the module index that rustdoc
generates on docs.rs and could only drift out of sync. What remains is the
repo-only fact rustdoc cannot show: src/grave/ is retired code excluded
from compilation.
|[`grave`](src/grave)| Retired implementations kept for reference; not compiled |
44
+
The directories under `src/` map one-to-one to the public modules, so the module index in the [API docs](https://docs.rs/peroxide) doubles as the source map; start from a module's documentation and its `mod.rs`.
45
+
The only exception is `src/grave/`, which holds retired implementations kept for reference and is excluded from compilation.
0 commit comments