rusty
rusty copied to clipboard
refactor(indexer): indexing uses SymbolIndexer instead of visitor.rs
The indexer utilizes the visitor-trait to visit nodes that contain symbols. It delegates the concrete work to smaller, specialized indexer-implementations in src/index/indexer