pcre2

Crates.iopcre2
lib.rspcre2
version0.2.7
sourcesrc
created_at2018-08-18 22:16:54.357004
updated_at2024-03-24 22:56:30.705994
descriptionHigh level wrapper library for PCRE2.
homepagehttps://github.com/BurntSushi/rust-pcre2
repositoryhttps://github.com/BurntSushi/rust-pcre2
max_upload_size
id80142
size113,880
Andrew Gallant (BurntSushi)

documentation

https://docs.rs/pcre2

README

pcre2

A high level Rust wrapper library for PCRE2.

Build status crates.io

Dual-licensed under MIT or the UNLICENSE.

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.

Commit count: 83

cargo fmt