Expand description
Zero-copy serialization cache for NMS Copilot.
Serializes the in-memory GalaxyModel discovery data to an rkyv archive
for near-instant startup on subsequent runs. Indices are rebuilt on load.
Re-exports§
pub use data::CacheData;pub use error::CacheError;pub use freshness::is_cache_fresh;pub use freshness::load_or_rebuild;pub use serialize::extract_cache_data;pub use serialize::read_cache;pub use serialize::rebuild_model;pub use serialize::write_cache;