| Crates.io | ricecoder-completion |
| lib.rs | ricecoder-completion |
| version | 0.1.71 |
| created_at | 2025-12-09 17:37:46.734327+00 |
| updated_at | 2025-12-09 17:37:46.734327+00 |
| description | Code completion engine for RiceCoder with language-agnostic architecture |
| homepage | https://github.com/moabualruz/ricecoder |
| repository | https://github.com/moabualruz/ricecoder |
| max_upload_size | |
| id | 1975822 |
| size | 466,573 |
Code completion engine for RiceCoder with language-agnostic architecture
Add to your Cargo.toml:
[dependencies]
ricecoder-completion = "0.1"
use ricecoder_completion::*;
// Your code here
For more information, see the documentation.
MIT