Crates.io | grep-regex |
lib.rs | grep-regex |
version | 0.1.13 |
source | src |
created_at | 2018-08-08 21:07:19.42541 |
updated_at | 2024-09-09 02:07:54.908775 |
description | Use Rust's regex library with the 'grep' crate. |
homepage | https://github.com/BurntSushi/ripgrep/tree/master/crates/regex |
repository | https://github.com/BurntSushi/ripgrep/tree/master/crates/regex |
max_upload_size | |
id | 78424 |
size | 107,573 |
The grep-regex
crate provides an implementation of the Matcher
trait from
the grep-matcher
crate. This implementation permits Rust's regex engine to
be used in the grep
crate for fast line oriented searching.
Dual-licensed under MIT or the UNLICENSE.
NOTE: You probably don't want to use this crate directly. Instead, you
should prefer the facade defined in the
grep
crate.
Add this to your Cargo.toml
:
[dependencies]
grep-regex = "0.1"