zenodo-rs
Async Rust client for core Zenodo workflows.
It covers deposition create/update/publish flows, safe draft reuse versus newversion, published-record lookup, latest-version resolution, and downloads behind a small typed API for automation and CI jobs built on top of the Zenodo REST API.
Install
[]
= "0.1"
= { = "1", = ["macros", "rt-multi-thread"] }
Add the optional checksums feature if you want download-to-path helpers to validate Zenodo md5: checksums.
Example
use ZenodoClient;
async
Notes
ZENODO_TOKEN is the standard env var for the production service at zenodo.org, and ZENODO_SANDBOX_TOKEN is the sandbox equivalent for sandbox.zenodo.org. Write flows usually need deposit:write and deposit:actions; see the Zenodo developer docs. Public download APIs use Zenodo IDs and selectors rather than raw URLs, and uploads require a known content length.