Skip to main content

Module ast

Module ast 

Source
Expand description

Tree-sitter Rust symbol extraction and BLAKE3 hashing.

Gated by the ast feature (default). Used during workspace sync to create symbol/… graph nodes and symbol_anchors rows.

Re-exports§

pub use parser::CodeAstParser;
pub use symbol::compute_symbol_hash;
pub use symbol::AstError;
pub use symbol::SymbolAnchor;

Modules§

parser
Tree-sitter Rust parser for top-level and nested items.
symbol
Symbol anchors and location-independent hashing.