// If an async Future goes unused, toss a compile-time error
//! `bissel` is an experimental robotics-focused publish/request middleware
//! for embedded Linux. It uses a star-shaped network topology, with a focus
//! on ease-of-use and transparent design and operation. It is more similar to
//! [ZeroMQ](https://zguide.zeromq.org/docs/chapter1/) than to higher-level frameworks like [ROS/2](https://design.ros2.org/articles/discovery_and_negotiation.html),
//! but uses central coordination process similar to [MOOS-IvP](https://oceanai.mit.edu/ivpman/pmwiki/pmwiki.php?n=Helm.HelmDesignIntro#section2.4).
//! Bissel currently supports both publish/subscribe and publish/request messaging patterns, operate over TCP.
/// Central coordination process, which stores published data and responds to requests
/// Message definitions for publish/request functions
/// Network-based utility module
/// Named objects that publish and request strongly-typed data to named topics on the Host
// Require that the README examples are valid
// Will fail `cargo test` if not
;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;