lsp-codec 0.3.0

Simple Tokio-compatible codec implementation for Language Server Protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Content-Length: 86

{
	"jsonrpc": "2.0",
	"id": 1,
	"method": "textDocument/didOpen",
	"params": {}
}Content-Length: 86

{
	"jsonrpc": "2.0",
	"id": 2,
	"method": "textDocument/didOpen",
	"params": {}
}