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