pub fn store_at(path: &Path, key: &CacheKey, chunk: &Chunk) -> Result<()>Expand description
Write a precompiled entry-chunk artifact to an explicit path, for
use by the harn precompile subcommand. The header still records
the key, so adjacent artifacts shipped with source are validated
like any other cache hit.