rust_lsp

Crates.iorust_lsp
lib.rsrust_lsp
version0.6.1
sourcesrc
created_at2016-12-27 17:24:00.286917
updated_at2016-12-28 20:17:23.209015
descriptionA library for working with the Language Server Protocol, as either client or server.
homepage
repositoryhttps://github.com/RustDT/RustLSP
max_upload_size
id7796
size50,647
Bruno Medeiros (bruno-medeiros)

documentation

https://docs.rs/rustlsp

README

Build Status

RustLSP

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.

Examples:

See full server/client example here: src/server_tests.rs

Projects using RustLSP:

Commit count: 132

cargo fmt