tre-regex 0.5.3

Rust safe bindings to the TRE regex module
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: BSD-2-Clause
// See LICENSE file in the project root for full license text.

mod approx;
mod comp;
mod exec;

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