| Crates.io | lre |
| lib.rs | lre |
| version | 0.1.0 |
| created_at | 2026-01-04 07:10:08.185977+00 |
| updated_at | 2026-01-04 07:10:08.185977+00 |
| description | Rust bindings for the regular expression library from QuickJS |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2021491 |
| size | 588,521 |
lre provides Rust bindings for the libregexp C library, which is a lightweight regular expression engine from QuickJS.
Add this to your Cargo.toml:
[dependencies]
lre = "0.1"
This project is licensed under the MIT License - see the LICENSE file for details.
The underlying libregexp library is also MIT licensed.