#![warn(missing_docs)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/surban/aggligator/master/.misc/aggligator.png",
html_favicon_url = "https://raw.githubusercontent.com/surban/aggligator/master/.misc/aggligator.png",
issue_tracker_base_url = "https://github.com/surban/aggligator/issues/"
)]
pub mod monitor;
pub mod speed;