2026-04-21 23:00:47 -04:00
|
|
|
pub mod cli;
|
|
|
|
|
pub mod config;
|
|
|
|
|
pub mod db;
|
|
|
|
|
pub mod document_extraction;
|
|
|
|
|
pub mod extract;
|
|
|
|
|
pub mod file_handling;
|
|
|
|
|
pub mod indexing;
|
|
|
|
|
pub mod mime;
|
|
|
|
|
pub mod query;
|
|
|
|
|
pub mod search_sql;
|
|
|
|
|
pub mod shutdown;
|
2026-04-23 17:46:11 -04:00
|
|
|
pub mod snippet;
|
2026-04-21 23:00:47 -04:00
|
|
|
pub mod watcher;
|