All Projects → BurntSushi → rust-pcre2

BurntSushi / rust-pcre2

Licence: other
High level Rust bindings to PCRE2.

Programming Languages

rust
11053 projects
shell
77523 projects

pcre2

A high level Rust wrapper library for PCRE2.

Linux build status Windows build status

Dual-licensed under MIT or the UNLICENSE.

Documentation

https://docs.rs/pcre2

Usage

Add this to your Cargo.toml:

[dependencies]
pcre2 = "0.2"

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].