grep 的 pcre2
grep-pcre2
箱 提供了,一个grep-matcher
箱的Matcher
trait 实现。这种实现允许 PCRE2 用在grep
,的快速线路搜索.
MIT 或UNLICENSE的双重许可.
文档
注意:您可能不想直接使用此包.相反,你应该更喜欢在grep
箱中定义的外观(API).
如果您只想使用 Rust 的 PCRE2,那么您可能需要pcre2
箱子,为 PCRE2 提供高水平的安全装订。
用法
将此添加到您的Cargo.toml
:
[dependencies]
grep-pcre2 = "0.1"
在你的箱根使用:
extern crate grep_pcre2;