pub fn lib_view(store: &RecipeStore) -> Vec<LibView>Expand description
Group the projected store into one top-level entry per known loadable lib.
Loaded libs expose their recipe chapters as groups; unloaded libs expose
the single lifecycle load recipe that projected the lib into the store.