mingrep_cx 0.1.0

cx test mingrep,find file match contents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[[bin]]
name = "mingrep"
path = "src/main.rs"

[dependencies]

[lib]
name = "mingrep"
path = "src/lib.rs"

[package]
authors = ["cx <17367073440@163.com>"]
description = "cx test mingrep,find file match contents"
edition = "2018"
license = "MIT"
name = "mingrep_cx"
version = "0.1.0"