//! The module for interacting with different modes of transport
//! such as HTTP or TCP
//!
//! *This module is available only if MultiCrusty is built with
//! either the `"transport"` feature, the
//! `"transport_udp"` feature, the
//! `"transport_tcp"` feature or the
//! `"transport_http"` feature.*
// !!! THIS MODULE DOES NOT WORK !!!
// #[cfg(feature = "transport_http")]
// #[cfg_attr(
// doc_cfg,
// doc(cfg(any(feature = "transport", feature = "transport_http")))
// )]
// pub mod http;