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
ZipArchiveinzipcrate.