pub fn load_verified(path: &Path) -> Result<Arc<Bc5dTable>, Bc5dError>Expand description
Load a BC5D table from path, verifying the header (magic, version,
dimensions) and the stored CRC32 exactly as Bc5dTable::load does, with
the parsed result cached process-wide.
A cache hit requires the canonical path, file size, AND mtime to match, so an in-place re-download invalidates naturally. Corrupt, truncated, or missing files are never cached.