Skip to main content

Module store

Module store 

Source
Expand description

Storage layer: source-of-truth files plus derived indexes.

Re-exports§

pub use files::FileStore;
pub use files::ParsedFile;
pub use index::IndexRecord;
pub use index::RedbIndex;
pub use search::TantivySearch;

Modules§

files
Source-of-truth file store: TOML frontmatter .md files (§5.2).
index
Metadata index backed by redb (§5.1).
search
Full-text search index backed by tantivy (§5.1, §7.5). BM25 over the note body and tags.