Expand description
Deep index with serialization and incremental updates.
Structs§
- Index
Builder - Builds a DeepIndex from a list of scanned files.
Functions§
- index_
path - Get the path to the index file.
- load
- Load a DeepIndex from disk. Returns None if the index file doesn’t exist.
- merge_
incremental - Perform an incremental update: merge new index data with an existing index.
- save
- Save a DeepIndex to disk using rkyv binary serialization.