lsp-client
A client for the Language Server Protocol.
Usage
Start a language server and create a client to communicate with it.
let mut child = new
.stdin
.stdout
.spawn
.unwrap;
let stdin = child.stdin.take.unwrap;
let stdout = child.stdout.take..unwrap;
let = io_transport;
let client = new;
See the examples directory for more usage examples.