farmfe_core 2.1.0

Core types and data structures for farm.
1
2
3
pub fn cache_panic(key: &str, cache_dir: &str) -> ! {
  panic!("Cache broken: {key} not found, please remove {cache_dir} and retry.")
}