sundo 0.1.0

Snapshot-based undo/redo library with support for persistent data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sundo"
version = "0.1.0"
edition = "2021"
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"]

[dependencies]
im = "15.1"