cache_response

Function cache_response 

Source
pub async fn cache_response(
    config_dir: &Path,
    crate_name: &str,
    date: NaiveDate,
    response: &CrateResponse,
) -> Result<()>