tre-regex 0.4.2

Rust safe bindings to the TRE regex module
Documentation
1
2
3
4
5
6
7
mod approx;
mod comp;
mod exec;

pub use crate::wchar::approx::*;
pub use crate::wchar::comp::*;
pub use crate::wchar::exec::*;