ra_ap_ide_db 0.0.231

Core data structure representing IDE state for rust-analyzer.
Documentation

This crate defines the core data structure representing IDE state -- RootDatabase.

It is mainly a HirDatabase for semantic analysis, plus a SymbolsDatabase, for fuzzy search.