sundo 0.2.0

Snapshot-based undo/redo library with support for persistent data structures
Documentation
[package]
name = "sundo"
version = "0.2.0"
edition = "2024"
license = "MIT"
description = "Snapshot-based undo/redo library with support for persistent data structures"
repository = "https://github.com/kingknecht/sundo"
keywords = ["undo", "redo", "history", "snapshot", "persistent"]
categories = ["data-structures", "algorithms"]
readme = "README.md"
exclude = ["demos/", "docs/", ".vscode/", ".gitignore"]

[features]
default = ["persistent"]
persistent = ["dep:im"]

[dependencies]
im = { version = "15.1", optional = true }