Code completion engine for RiceCoder with language-agnostic architecture
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-completion = "0.1"
```
```rust
use ricecoder_completion::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-completion).
MIT