| Crates.io | tre-regex |
| lib.rs | tre-regex |
| version | 0.4.2 |
| created_at | 2023-06-15 21:08:30.314152+00 |
| updated_at | 2025-05-07 07:55:03.476763+00 |
| description | Rust safe bindings to the TRE regex module |
| homepage | |
| repository | https://github.com/Elizafox/tre-regex |
| max_upload_size | |
| id | 891484 |
| size | 89,736 |
Safe API bindings to the TRE regex engine.
Documentation is available at docs.rs.
Should work on Rust 1.74.0 and up. Please report it if you discover otherwise.
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.