finde-rs 0.1.1

Multi-threaded filesystem crawler.
finde-rs-0.1.1 is not a library.

Build Status License: MIT dependency status

finde-rs

This is a CLI tool written in Rust, which indexes the directory with a multi-threaded crawler. It uses crossbeam for channels, threadpool library for threadpool support and finally, tantivy for full-text indexing support.


NOTE

Work In Progress