4 releases
Uses old Rust 2015
0.1.5 | Aug 23, 2021 |
---|---|
0.1.2 | Aug 23, 2021 |
0.1.1 | Jun 2, 2021 |
0.1.0 | May 29, 2021 |
#231 in #commit
Used in deq_macros
4KB
73 lines
Deq
A simple container for revertable struct operations. Deq allows you to easily make atomic changes to structs and either commit them or revert them.
Table of Contents
Usage
Add this to your Cargo.toml
deq = "0.2.1"
To get started see The Example.
Maintainers
Contributing
Feel free to dive in! Open an issue or submit PRs.
License
MIT © Lukas Krickl