tre-regex 0.5.3

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

#[cfg(feature = "approx")]
mod approx;
mod comp;
mod err;
mod exec;