| Crates.io | ricecoder-external-lsp |
| lib.rs | ricecoder-external-lsp |
| version | 0.1.71 |
| created_at | 2025-12-09 19:37:45.363223+00 |
| updated_at | 2025-12-09 19:37:45.363223+00 |
| description | External Language Server Protocol (LSP) integration for RiceCoder |
| homepage | https://github.com/moabualruz/ricecoder |
| repository | https://github.com/moabualruz/ricecoder |
| max_upload_size | |
| id | 1976119 |
| size | 337,515 |
External Language Server Protocol (LSP) integration for RiceCoder
Add to your Cargo.toml:
[dependencies]
ricecoder-external-lsp = "0.1"
use ricecoder_external_lsp::*;
// Your code here
For more information, see the documentation.
MIT