dist_tx

Crates.iodist_tx
lib.rsdist_tx
version0.5.1
created_at2018-01-29 17:57:04.573886+00
updated_at2024-11-05 16:27:49.855143+00
descriptionRust language bindings for XA Distributed Transactions
homepage
repositoryhttps://github.com/emabee/rust-dist_tx
max_upload_size
id48813
size111,787
Meinolf Block (emabee)

documentation

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: 23

cargo fmt