1#![deny(clippy::unwrap_used)] 2#![cfg_attr(docsrs, feature(doc_auto_cfg))] 3mod build; 4pub use build::build_transaction; 5 6pub mod plan;