1 2 3 4 5 6 7
pub mod filesystem; pub mod git; pub mod stdin; pub use filesystem::spawn_searcher_with_config; pub use git::spawn_git_searcher; pub use stdin::spawn_stdin_searcher;