https://github.com/burntsushi/rust-pcre2
High level Rust bindings to PCRE2.
https://github.com/burntsushi/rust-pcre2
Last synced: 6 months ago
JSON representation
High level Rust bindings to PCRE2.
- Host: GitHub
- URL: https://github.com/burntsushi/rust-pcre2
- Owner: BurntSushi
- License: other
- Created: 2018-08-18T21:52:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:46:53.000Z (about 1 year ago)
- Last Synced: 2025-04-06T03:54:23.837Z (6 months ago)
- Language: C
- Size: 909 KB
- Stars: 58
- Watchers: 4
- Forks: 35
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
pcre2
=====
A high level Rust wrapper library for [PCRE2](https://www.pcre.org/).[](https://github.com/BurntSushi/rust-pcre2/actions)
[](https://crates.io/crates/pcre2)Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).
### Documentation
https://docs.rs/pcre2
### Usage
Run `cargo add pcre2` to add this crate to your `Cargo.toml` file.
### 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.