Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1020 Bytes

README.zh.md

File metadata and controls

30 lines (19 loc) · 1020 Bytes

grep 的 CLI

一个实用程序库,提供面向搜索的命令行应用程序所需的常用例程。这包括但不限于解析十六进制转义,检测 stdin 是否可读等等。在这种情况下,这个箱子力求在 Windows,macOS 和 Linux 之间实现兼容性。

Linux build status Windows build status

MIT 或UNLICENSE的双重许可.

文档

https://docs.rs/grep-cli

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

用法

将此添加到您的Cargo.toml:

[dependencies]
grep-cli = "0.1"

在你的箱根使用:

extern crate grep_cli;