undoredo 0.1.0

Incremental-diff undo-redo decorator for collections such as HashMap, BTreeMap, StableVec, thunderdome::Arena.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
# SPDX-FileCopyrightText: 2025 undoredo Developers
#
# SPDX-License-Identifier: MIT OR Apache-2.0
version = 4

[[package]]
name = "no-std-compat"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df270209a7f04d62459240d890ecb792714d5db12c92937823574a09930276b4"

[[package]]
name = "stable-vec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dff32a2ce087283bec878419027cebd888760d8760b2941ad0843531dc9ec8"
dependencies = [
 "no-std-compat",
]

[[package]]
name = "thunderdome"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e170f93360bf9ae6fe3c31116bbf27adb1d054cedd6bc3d7857e34f2d98d0b"

[[package]]
name = "undoredo"
version = "0.1.0"
dependencies = [
 "stable-vec",
 "thunderdome",
]