Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 946 Bytes

README.zh.md

File metadata and controls

30 lines (19 loc) · 946 Bytes

grep 的匹配器

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

Linux build status Windows build status

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-matcher

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

用法

将此添加到您的Cargo.toml:

[dependencies]
grep-matcher = "0.1"

在你的箱根使用:

extern crate grep_matcher;