Terminal User Interface for RiceCoder
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-tui = "0.1"
```
```rust
use ricecoder_tui::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-tui).
MIT