//! This library provides a simple and efficient way to transfer objects between
//! different parts of an application or between different applications through
//! message brokers like NATS.
//! It supports serialization and/or deserialization of various data formats,
//! making it easy to send and/or receive complex data structures.
//!
//! # CI/CD Status
//!
//! | Service | Status |
//! |---------|--------|
//! | Rust Code Test | [![Test Rust Code Img]][Test Rust Code] |
//! | Code Test | [![Test Rust Code Img]][Test Rust Code] |
//!
//! [Test Rust Code Img]: https://github.com/hiroaki-yamamoto/object-transfer/actions/workflows/test_rust.yml/badge.svg
//! [Test Rust Code]: https://github.com/hiroaki-yamamoto/object-transfer/actions/workflows/test_rust.yml
//! [Crates.io Version Img]: https://img.shields.io/crates/v/object_transfer
//! [Crates.io]: https://crates.io/crates/object_transfer
pub use AckNoop;
pub use r#enumFormat;
pub use Error;
pub use r#pubPub;
pub use Sub;
pub use ;