ricecoder-undo-redo 0.1.71

Undo/redo system for state management
Documentation
# ricecoder-undo-redo


Undo/redo system for state management

## Features


- Feature 1
- Feature 2
- Feature 3

## Installation


Add to your `Cargo.toml`:

```toml
[dependencies]
ricecoder-undo-redo = "0.1"
```

## Usage


```rust
use ricecoder_undo_redo::*;

// Your code here
```

## Documentation


For more information, see the [documentation](https://docs.rs/ricecoder-undo-redo).

## License


MIT