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