mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-14 22:15:13 +02:00
Implementing core functionality.
Initially experimenting with crossbeam to manage synchronization.
This commit is contained in:
@ -12,7 +12,7 @@ use std::error;
|
||||
use std::fmt;
|
||||
use std::result;
|
||||
|
||||
pub use search::{Grep, GrepBuilder};
|
||||
pub use search::{Grep, GrepBuilder, Iter, Match};
|
||||
|
||||
mod literals;
|
||||
mod nonl;
|
||||
|
Reference in New Issue
Block a user