grep 的打印机

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

Linux build status Windows build status grep 的打印机 - 图3

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-printer

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

用法

将此添加到您的Cargo.toml:

  1. [dependencies]
  2. grep-printer = "0.1"

在你的箱根使用:

  1. extern crate grep_printer;