1// Library crate root — re-exports internal modules for use by src/bin/* targets.
2pub mod config;
3pub mod db;
4pub mod error;
5pub(crate) mod frontmatter;
6pub mod get;
7pub mod index;
8pub mod llm;
9pub mod preprocess;
10pub mod search;
11pub mod types;