grep-regex
箱提供了一个,grep-matcher
箱的Matcher
trait 实现。这个实现允许 Rust 的正则表达式引擎用于grep
箱,的快速行搜索。
MIT 或UNLICENSE的双重许可.
**注意:**您可能不想直接使用此包。那么,你会更喜欢grep
箱中定义的外观(API).
将此添加到您的Cargo.toml
:
[dependencies]
grep-regex = "0.1"
并在你的箱根中使用:
extern crate grep_regex;