undo_stack 0.1.8

A minimal undo stack for user defined types
Documentation
1
2
3
4
5
6
7
8
9
10
11
[features]
std = []

[package]
description = "A minimal undo stack for user defined types"
edition = "2021"
license = "MIT"
name = "undo_stack"
readme = "README.md"
repository = "https://github.com/chipmusic/undo_stack"
version = "0.1.8"