IDE integration for RiceCoder with support for VS Code, vim, neovim, and emacs
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-ide = "0.1"
```
```rust
use ricecoder_ide::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-ide).
MIT