undo 0.26.0

An undo-redo library with dynamic dispatch and automatic command merging.
Documentation
[package]

name = "undo"

version = "0.26.0"

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

description = "An undo-redo library with dynamic dispatch and automatic command merging."

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

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

readme = "README.md"

license = "MIT/Apache-2.0"

keywords = ["undo", "redo"]

categories = ["data-structures"]



[dependencies]

bitflags = { version = "1", optional = true }

colored = { version = "1", optional = true }

chrono = "0.4.6"

fnv = "1"



[features]

default = []

display = ["bitflags", "colored"]