//! Protocol messages, re-exported from [`bloop_protocol`].
//!
//! The wire format lives in the `bloop-protocol` crate since framework 2.0;
//! this module keeps the 1.x import paths working for the types the
//! framework's public API uses. Custom protocol extensions define their own
//! messages with the `bloop_protocol` derives and plug them into the
//! [`NetworkListener`](crate::network::NetworkListener) type parameters.
pub use Capabilities;
pub use DataHash;
pub use RawMessage;
pub use ;