refining-regex 0.1.0

Refining with regular expressions.
Documentation
1
2
3
4
5
6
7
8
//! Refining with regular expressions.

#![forbid(unsafe_code)]
#![deny(missing_docs)]

pub mod matches;
pub mod prelude;
pub mod types;