1//! Zero-copy serialization cache for NMS Copilot.
2//!
3//! Serializes the in-memory `GalaxyModel` to an rkyv archive for near-instant
4//! startup on subsequent runs. Handles freshness checks against save file
5//! modification time and cache invalidation from the file watcher.