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

#193 in #commit

MIT license

7KB
136 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

@unlink2.

Contributing

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Lukas Krickl

Dependencies

~1.5MB
~34K SLoC