| Crates.io | transaction |
| lib.rs | transaction |
| version | 0.2.1 |
| created_at | 2017-06-06 06:23:38.268808+00 |
| updated_at | 2017-06-23 03:54:20.14995+00 |
| description | transaction abstraction library (a.k.a. transaction monad) |
| homepage | |
| repository | https://github.com/KeenS/transaction-rs |
| max_upload_size | |
| id | 17912 |
| size | 35,291 |
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