Terminal-first, spec-driven coding assistant that understands your project before generating code
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder = "0.1"
```
```rust
use ricecoder::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder).
MIT