tre-regex

Crates.iotre-regex
lib.rstre-regex
version0.4.1
sourcesrc
created_at2023-06-15 21:08:30.314152
updated_at2024-03-15 21:37:00.98401
descriptionRust safe bindings to the TRE regex module
homepage
repositoryhttps://github.com/Elizafox/tre-regex
max_upload_size
id891484
size80,504
Elizabeth Myers (Elizafox)

documentation

README

tre-regex

Safe API bindings to the TRE regex engine.

Documentation is available at docs.rs.

Should work on Rust 1.70.0 and up. Please report it if you discover otherwise.

Features

  • wchar: enable wchar support (not yet supported by the bindings, but will be enabled in tre-regex-sys). Enabled by default.
  • approx: enable approximate matching support. Enabled by default.
  • vendored: use the vendored copy of TRE with tre-regex-sys; otherwise use the system TRE. Enabled by default.
Commit count: 16

cargo fmt