Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 950 Bytes

README.zh.md

File metadata and controls

30 lines (19 loc) · 950 Bytes

grep 的正则表达式

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

Linux build status Windows build status

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-regex

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

用法

将此添加到您的Cargo.toml:

[dependencies]
grep-regex = "0.1"

并在你的箱根中使用:

extern crate grep_regex;