Skip to main content

Module utils

Module utils 

Source
Expand description

Utility functions for dataset authors.

Provides helpers for downloading files, extracting archives, verifying SHA256 hashes, and managing the dataset acquisition workflow.

Functionsยง

acquire_dataset
Acquire a dataset file using a caller-provided preparation closure.
download_to
Download a remote file into the given directory.
unzip
Extract a zip archive into a target directory using ZipArchive in zip crate.