Undo/redo system for state management
- --
Add to your `Cargo.toml`:
```toml
[dependencies]
ricecoder-undo-redo = "0.1"
```
```rust
use ricecoder_undo_redo::*;
// Your code here
```
For more information, see the [documentation](https://docs.rs/ricecoder-undo-redo).
MIT