Mode system for RiceCoder with Code, Ask, and Vibe modes
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-modes = "0.1"
```
```rust
use ricecoder_modes::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-modes).
MIT