Skip to main content

Crate topo_index

Crate topo_index 

Source
Expand description

Deep index with serialization and incremental updates.

Structs§

IndexBuilder
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.