An open API service indexing awesome lists of open source software.

https://github.com/RustDT/RustLSP

A Language Server Protocol implementation in Rust
https://github.com/RustDT/RustLSP

Last synced: 7 months ago
JSON representation

A Language Server Protocol implementation in Rust

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/RustDT/RustLSP.svg?branch=master)](https://travis-ci.org/RustDT/RustLSP)

# 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)

## Examples:

See full server/client example here:
[src/server_tests.rs](src/server_tests.rs)

### Projects using RustLSP:
* [MockLS](https://github.com/RustDT/MockLS)
* [RLS](https://github.com/jonathandturner/rls/pull/96) (in PR only)