Skip to main content

Module parser

Module parser 

Source
Expand description

Tree-sitter integration for parsing Rust source files.

Provides a wrapper around tree-sitter-rust for parsing Rust code and querying for specific patterns like macro invocations.

Structs§

ParseError
Error type for parsing operations.
RustParser
A wrapper around tree-sitter for parsing Rust source code.

Constants§

METRICS_QUERY
Tree-sitter query for finding metrics-rs macro invocations.