parser Rust¶
Parsing infrastructure for Rust and Python source code
This module provides parsers for extracting documentation from source code.
The [Parser] trait provides a language-agnostic interface, while
[RustParser] and [PythonParser] provide concrete implementations.