dist_tx

Crates.iodist_tx
lib.rsdist_tx
version0.5.0
sourcesrc
created_at2018-01-29 17:57:04.573886
updated_at2024-01-13 09:10:57.340963
descriptionRust language bindings for XA Distributed Transactions
homepage
repositoryhttps://github.com/emabee/rust-dist_tx
max_upload_size
id48813
size111,650
(emabee)

documentation

https://docs.rs/dist_tx/

README

Rust language bindings for XA Distributed Transactions

Latest version Documentation License

XA Distributed Transactions support transactions across multiple transactional databases.

This library can be used in synchronous or in asynchronous contexts.

Crate Features

Technically, the features sync and async are both optional features, usually you need exactly one of them. Select the feature sync or async explicitly.

[dependencies]
dist_tx = { version = "0.5", features = ["async"] }

or

[dependencies]
dist_tx = { version = "0.5", features = ["sync"] }
Commit count: 21

cargo fmt