pub fn load_overlay(store: &mut RecipeStore, root: &Path) -> Result<(), String>Expand description
Load the overlay at root into store: upsert any overlay recipes (so they
override crate recipes by id and merge into matching books), then apply the
overlay.toml directives. A missing directory is a no-op.