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 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 Installation and/or Detailed docs, or submit an issue.

Python package documentation

sphinxcontrib_rust

Init module for the extension with the setup function used by Sphinx