ra-multiplex 0.2.6

share one language server instance between multiple LSP clients to save resources
Documentation
1
2
3
4
5
6
7
8
9
mod client;
mod instance;
mod lsp;
mod socketwrapper;

pub mod config;
pub mod ext;
pub mod proxy;
pub mod server;