// #![deny(missing_docs)]
//! Provides tools for receiving and decoding a stream of BMP messages
//!
//! BMP (BGP Monitoring Protocol) is a method for BGP-speakers, typically network routers
//! to provide telemetry relating to BGP state.
pub use BmpClient;
pub use *;