Crates.io | grep-printer |
lib.rs | grep-printer |
version | 0.2.2 |
source | src |
created_at | 2018-08-08 21:07:01.46631 |
updated_at | 2024-09-09 02:10:32.556213 |
description | An implementation of the grep crate's Sink trait that provides standard printing of search results, similar to grep itself. |
homepage | https://github.com/BurntSushi/ripgrep/tree/master/crates/printer |
repository | https://github.com/BurntSushi/ripgrep/tree/master/crates/printer |
max_upload_size | |
id | 78422 |
size | 314,278 |
Print results from line oriented searching in a human readable, aggregate or JSON Lines format.
Dual-licensed under MIT or the UNLICENSE.
NOTE: You probably don't want to use this crate directly. Instead, you
should prefer the facade defined in the
grep
crate.
Add this to your Cargo.toml
:
[dependencies]
grep-printer = "0.1"