#![doc = include_str!("../../README.md")]
#![warn(missing_docs)]
/// This module contains the [pattern::Pattern] struct and its implementation.
pub mod pattern;
/// This module contains the [network::Network] struct and its implementation.
pub mod network;
/// This module contains the [errors::Error] enum and its implementation.
pub mod errors;
pub(crate) mod traits;