transaction 0.1.0

transaction abstraction library (a.k.a. transaction monad)
transaction-0.1.0 doesn't have any documentation.

Transaction

An zero cost transaction abstraction library. This crate provide the ways to abstract and compinate transactions. Combinated comptations are run under a transaction. Not only it can be composed run under a transaction, it also requires computations are composed and run under a transaction.

To run the transactions, use crates like transaction-stm or transaction-diesel