grep 的匹配器

此包提供了一个底层接口,用于描述正则表达式匹配器。grep箱 使用此接口,为了其能使用,可插拔的正则表达式引擎.

Linux build status Windows build status grep 的匹配器 - 图3

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-matcher

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

用法

将此添加到您的Cargo.toml:

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

在你的箱根使用:

  1. extern crate grep_matcher;