grep-rust

Crates.iogrep-rust
lib.rsgrep-rust
version0.1.0
sourcesrc
created_at2022-05-28 17:07:08.538222
updated_at2022-05-28 17:07:08.538222
descriptionLike grep, but use rust.
homepagehttps://lvlv.fun/
repositoryhttps://github.com/NERVEbing/grep-rust/
max_upload_size
id595845
size15,496
Chao Lyu (NERVEbing)

documentation

README

grep-rust

Like grep, but use rust.

Usage

grep-rust {query} {filename}

Example

grep-rust apache ./LICENSE
# shell output
http://www.apache.org/licenses/
http://www.apache.org/licenses/LICENSE-2.0
Commit count: 8

cargo fmt