deq

Crates.iodeq
lib.rsdeq
version0.2.1
sourcesrc
created_at2021-05-29 13:37:26.465854
updated_at2021-08-24 11:58:45.617369
descriptionDeq - A simple rust transaction system that allows reverting any changes made to a struct
homepagehttps://github.com/unlink2/deq
repository
max_upload_size
id403509
size8,600
Lukas (unlink2)

documentation

README

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

Commit count: 0

cargo fmt