Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Rust documentaiton layout
There are few features I like in documentation and I do not know how to get them with cargo rust doc
How does one get the location of the current page, relative to the entire documentation tree, on the left side margin and the headings within the current page on the right side margin. For example; see
begin_cmd - xrst documentation
How does one have two levels of documentation. One, for uses, that defines the package API and that just links within itself. Another, for developers, that automatically includes and can link to all the user documentation.
How does one turn off the documentation of some public items (that are not part of the user API) when building the user documentation and turn it on when building the developer documentation.
2 posts - 2 participants
🏷️ rust_feed