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.

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

or

toml [dependencies] dist_tx = { version = "0.3", features = ["sync"] }