6 releases
0.2.3 | Jan 10, 2020 |
---|---|
0.2.2 | Sep 4, 2019 |
0.2.1 | Jun 9, 2019 |
0.2.0 | Apr 14, 2019 |
0.1.0 | Aug 18, 2018 |
#346 in Text processing
3,125 downloads per month
Used in 6 crates
(4 directly)
3.5MB
83K
SLoC
pcre2
A high level Rust wrapper library for PCRE2.
Dual-licensed under MIT or the UNLICENSE.
Documentation
Usage
Add this to your Cargo.toml
:
[dependencies]
pcre2 = "0.1"
and this to your crate root:
extern crate pcre2;
Notes
Currently, this is a fairly light layer around PCRE2 itself and does not even come close to covering all of its functionality. There are no specific plans in place to build out the wrapper further, but PRs for making more of PCRE2 available are welcome, although my bandwidth for maintenance is limited. If you're interested in sharing this maintenance burden, please reach out.