grep-printer

Crates.iogrep-printer
lib.rsgrep-printer
version0.2.1
sourcesrc
created_at2018-08-08 21:07:01.46631
updated_at2023-11-28 02:36:04.774532
descriptionAn implementation of the grep crate's Sink trait that provides standard printing of search results, similar to grep itself.
homepagehttps://github.com/BurntSushi/ripgrep/tree/master/crates/printer
repositoryhttps://github.com/BurntSushi/ripgrep/tree/master/crates/printer
max_upload_size
id78422
size313,846
Andrew Gallant (BurntSushi)

documentation

https://docs.rs/grep-printer

README

grep-printer

Print results from line oriented searching in a human readable, aggregate or JSON Lines format.

Build status

Dual-licensed under MIT or the UNLICENSE.

Documentation

https://docs.rs/grep-printer

NOTE: You probably don't want to use this crate directly. Instead, you should prefer the facade defined in the grep crate.

Usage

Add this to your Cargo.toml:

[dependencies]
grep-printer = "0.1"
Commit count: 1972

cargo fmt