constCACHE:&[u8]=include_bytes!("cache.bin.zstd");implcrate::detection::Store{/// Attempts to load the cached store inlined into this crate's source
#[inline]pubfnload_inline()->Result<Self, crate::detection::cache::CacheError>{Self::from_cache(CACHE)}}