Skip to main content

Module rust_parser

Module rust_parser 

Source
Expand description

Rust language parser using tree-sitter-rust.

Structs§

ParseResult
Result of parsing a file — nodes and their relationships.

Functions§

parse
Parse a Rust source file and extract definitions + relationships.
parse_with_edges
Parse with edge extraction — returns nodes and relationship tuples.