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
- Host: GitHub
- URL: https://github.com/RustDT/RustLSP
- Owner: RustDT
- License: apache-2.0
- Archived: true
- Created: 2016-08-01T14:26:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T03:46:03.000Z (over 7 years ago)
- Last Synced: 2025-06-19T02:41:12.244Z (8 months ago)
- Language: Rust
- Size: 306 KB
- Stars: 62
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)