Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1012 Bytes

README.zh.md

File metadata and controls

34 lines (21 loc) · 1012 Bytes

grep

ripgrep,的一库.

Linux build status Windows build status

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep

注意:此箱子尚未准备好广泛使用。雄心勃勃的人可能会将这些部分(自行了解的使用方式)拼凑在一起,但没有高级文档描述所有部分如何组合在一起。

用法

将此添加到您的Cargo.toml:

[dependencies]
grep = "0.2"

在你的箱根使用:

extern crate grep;

特征

这个箱子提供了一个pcre2功能(默认情况下禁用),启用后,重新导出grep-pcre2箱子,作为替代Matcher的实现,到标准grep-regex实现中。