Expand description
Library for the sphinx-rustdocgen executable.
It consists of functions to extract content from the AST and to write the content to an RST or MD file. The crate is tested on itself, so all the documentation in the crate is in RST. The tests for Markdown are done on the dependencies.
Structs§
- Configuration
- Struct to hold the deserialized configuration passed from Python.
Functions§
- traverse_
crate - Traverse the crate and extract the docstrings for the items.