Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xanewok/lsp-client


https://github.com/xanewok/lsp-client

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# lsp-codec

Simple Tokio 0.1-based Codec implementation for [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).

This is simplistic by design - for more advanced/complete usage you're likely better exploring
[`gluon-lang`'s LSP codec](https://github.com/gluon-lang/gluon_language-server/blob/9e82e29edcd90698f097fc2ed6973a03bff622fd/src/rpc.rs)
or https://github.com/smith61/rls_proto.