grep 的正则表达式

grep-regex箱提供了一个,grep-matcher箱的Matchertrait 实现。这个实现允许 Rust 的正则表达式引擎用于grep箱,的快速行搜索。

Linux build status Windows build status grep 的正则表达式 - 图3

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-regex

注意:您可能不想直接使用此包。那么,你会更喜欢grep箱中定义的外观(API).

用法

将此添加到您的Cargo.toml:

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

并在你的箱根中使用:

  1. extern crate grep_regex;