grep-matcher 0.1.5

A trait for regular expressions, with a focus on line oriented search.
Documentation
[[test]]
name = "integration"
path = "tests/tests.rs"
[dependencies.memchr]
version = "2.1"
[dev-dependencies.regex]
version = "1.1"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autotests = false
description = "A trait for regular expressions, with a focus on line oriented search.\n"
documentation = "https://docs.rs/grep-matcher"
edition = "2018"
homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher"
keywords = ["regex", "pattern", "trait"]
license = "Unlicense/MIT"
name = "grep-matcher"
readme = "README.md"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher"
version = "0.1.5"