refining-regex 0.1.0

Refining with regular expressions.
Documentation
1
2
3
4
5
6
7
8
//! The `refining-regex` prelude.

#[doc(inline)]
pub use crate::{
    matches::Matches,
    type_regex,
    types::{Regex, StaticRegex, TypeRegex},
};