pub fn ensure_test_data_exists(filename: &str, url: &str) -> PathBufExpand description
Ensures that the specified test data file exists locally by downloading it if necessary, using the provided url.
ยงPanics
Panics if the download or checksum verification fails, or if the resulting path cannot be represented as a valid UTF-8 string.