redo 0.2.1

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

name = "redo"

version = "0.2.1"

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

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

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

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

readme = "README.md"

license = "MIT"

keywords = ["undo", "redo"]



[dependencies]

fnv = "1.0.5"



[features]

no_state = []