Crates.io | deq |
lib.rs | deq |
version | 0.2.1 |
source | src |
created_at | 2021-05-29 13:37:26.465854 |
updated_at | 2021-08-24 11:58:45.617369 |
description | Deq - A simple rust transaction system that allows reverting any changes made to a struct |
homepage | https://github.com/unlink2/deq |
repository | |
max_upload_size | |
id | 403509 |
size | 8,600 |
A simple container for revertable struct operations. Deq allows you to easily make atomic changes to structs and either commit them or revert them.
Add this to your Cargo.toml
deq = "0.2.1"
To get started see The Example.
Feel free to dive in! Open an issue or submit PRs.
MIT © Lukas Krickl