streamson-extra-matchers 6.3.1

Extra matchers for streamson library
Documentation
#![crate_name = "streamson_extra_matchers"]

//! This library contains extra matchers for streamson-lib
//!
//! It contains extra dependencies so it moved to a separate library
//!

#[cfg(feature = "with_regex")]
pub mod regex_converter;
#[cfg(feature = "with_regex")]
pub mod regex_matcher;

#[cfg(feature = "with_regex")]
pub use regex_converter::RegexConverter;
#[cfg(feature = "with_regex")]
pub use regex_matcher::Regex;