External Language Server Protocol (LSP) integration for RiceCoder
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-external-lsp = "0.1"
```
```rust
use ricecoder_external_lsp::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-external-lsp).
MIT