analyzed-ra 0.4.0

Patched rust-analyzer bridge crate for analyzed
Documentation
1
2
3
4
5
6
pub fn main_loop(
    config: crate::config::Config,
    connection: lsp_server::Connection,
) -> anyhow::Result<()> {
    crate::run_shared_rust_analyzer_lsp_session_with_config(config, connection)
}