Crates.io | grep-searcher |
lib.rs | grep-searcher |
version | 0.1.14 |
source | src |
created_at | 2018-08-08 21:07:12.251324 |
updated_at | 2024-09-09 02:09:28.733145 |
description | Fast line oriented regex searching as a library. |
homepage | https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher |
repository | https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher |
max_upload_size | |
id | 78423 |
size | 232,068 |
A high level library for executing fast line oriented searches. This handles things like reporting contextual lines, counting lines, inverting a search, detecting binary data, automatic UTF-16 transcoding and deciding whether or not to use memory maps.
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-searcher = "0.1"