Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xanewok/lsp-client
https://github.com/xanewok/lsp-client
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xanewok/lsp-client
- Owner: Xanewok
- License: mit
- Created: 2018-12-23T16:00:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T14:20:48.000Z (almost 6 years ago)
- Last Synced: 2024-12-12T19:43:26.988Z (11 days ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.