Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 866 Bytes

README.zh.md

File metadata and controls

30 lines (19 loc) · 866 Bytes

grep 的打印机

以人类可读,统计或 JSON 行格式,打印面向行的搜索结果。

Linux build status Windows build status

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-printer

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

用法

将此添加到您的Cargo.toml:

[dependencies]
grep-printer = "0.1"

在你的箱根使用:

extern crate grep_printer;