pub fn read_generator_cache(
out_dir: &Utf8Path,
generator_name: &str,
) -> Option<String>Expand description
Read the persisted hash for generator_name from out_dir/.weaveffi-cache/.
Returns None when no cache entry exists yet (or it is empty).