sphinxcontrib_rust documentation
sphinxcontrib_rust is a Sphinx extension that parses the Sphinx
directives and roles for the rust domain.
The extension is tightly coupled with the sphinx-rustdocgen documentation Rust executable, which generates the appropriate content for the extension.
It can be used without the Rust executable itself, by directly using the directives in the reStructuredText or Markdown files. But that will result in a lot more typing for you.
The documentation here is primarily meant for potential contributors and developers, who want to add features or fix bugs. Users should read the documentation in How to use and/or Detailed docs, or submit an issue.
Python package documentation
Init module for the extension with the |