Crates.io | rust_lsp |
lib.rs | rust_lsp |
version | 0.6.1 |
source | src |
created_at | 2016-12-27 17:24:00.286917 |
updated_at | 2016-12-28 20:17:23.209015 |
description | A library for working with the Language Server Protocol, as either client or server. |
homepage | |
repository | https://github.com/RustDT/RustLSP |
max_upload_size | |
id | 7796 |
size | 50,647 |
A library for working with the Language Server Protocol, as either client or server. (LSP protocol only, not tied to any particular language engine)
NOTE: Currently requires nightly to build. After upcoming Rust 1.15 release, nightly should no longer be necessary.
See full server/client example here: src/server_tests.rs