Crates.io | lsp-codec |
lib.rs | lsp-codec |
version | 0.3.0 |
source | src |
created_at | 2018-12-31 14:30:41.033249 |
updated_at | 2021-06-29 22:16:45.26209 |
description | Simple Tokio-compatible codec implementation for Language Server Protocol. |
homepage | |
repository | https://github.com/Xanewok/lsp-codec |
max_upload_size | |
id | 104704 |
size | 31,826 |
Simple Tokio 0.2-based Codec implementation for Language Server Protocol.
This is simplistic by design - for more advanced/complete usage you're likely better exploring
gluon-lang
's LSP codec
or https://github.com/smith61/rls_proto.