grep 的 pcre2

grep-pcre2箱 提供了,一个grep-matcher箱的Matchertrait 实现。这种实现允许 PCRE2 用在grep,的快速线路搜索.

Linux build status Windows build status grep 的 pcre2 - 图3

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-pcre2

注意:您可能不想直接使用此包.相反,你应该更喜欢在grep箱中定义的外观(API).

如果您只想使用 Rust 的 PCRE2,那么您可能需要pcre2箱子,为 PCRE2 提供高水平的安全装订。

用法

将此添加到您的Cargo.toml:

  1. [dependencies]
  2. grep-pcre2 = "0.1"

在你的箱根使用:

  1. extern crate grep_pcre2;