//! Reexports the core transformer traits along with optional helper crates.
//!
//! Enable the desired features in your `Cargo.toml` to bring the various
//! synchronous or asynchronous APIs into scope. Consumers typically depend on
//! this crate and activate the features they need:
//!
//! ```toml
//! [dependencies]
//! result-transformer = { version = "0.0.2", features = ["core-sync", "core-sync-macros"] }
//! ```
pub use result_transformer_core as core;
pub use ;
pub use ;
pub use result_transformer_flow as flow;