Image support with drag-and-drop, analysis, caching, and terminal display
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-images = "0.1"
```
```rust
use ricecoder_images::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-images).
MIT