Skip to main content

load_index

Function load_index 

Source
pub fn load_index(beans_dir: &Path) -> Result<Index>
Expand description

Load the index, rebuilding from bean files if stale.

This is the main entry point for reading bean metadata. The index is a YAML cache that’s faster than reading every bean file.