undo 0.5.2

An undo/redo library with dynamic dispatch, state handling and automatic command merging.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "undo"

version = "0.5.2"

authors = ["evenorog <evenorog@gmail.com>"]

description = "An undo/redo library with dynamic dispatch, state handling and automatic command merging."

documentation = "https://docs.rs/undo"

repository = "https://github.com/evenorog/undo"

readme = "README.md"

license = "MIT"

keywords = ["undo", "redo"]



[dependencies]

fnv = "1.0.5"



[features]

no_state = []