milligrep 1.0.2

Custom simplified implementation of grep
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "milligrep"
version = "1.0.2"
authors = ["Jayesh Mann <jayeshmann06@gmail.com>"]
edition = "2021"
description = "Custom simplified implementation of grep"
documentation = "https://docs.rs/milligrep/1.0.2/milligrep/"
homepage = "https://github.com/jayeshmann/milligrep"
repository = "https://github.com/jayeshmann/milligrep"
license = "AGPL-3.0-or-later"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]