transaction

Crates.iotransaction
lib.rstransaction
version0.2.1
sourcesrc
created_at2017-06-06 06:23:38.268808
updated_at2017-06-23 03:54:20.14995
descriptiontransaction abstraction library (a.k.a. transaction monad)
homepage
repositoryhttps://github.com/KeenS/transaction-rs
max_upload_size
id17912
size35,291
Îșeen (KeenS)

documentation

http://docs.rs/transaction/0.2.1/transaction/

README

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

Commit count: 54

cargo fmt