bluewhale is a (still very early) Rust SDK for the Docker Hub API v2
At the moment only listing the repositories and the tags for a given org or username is supported, the API may be unstable and subject to breaking changes.
Requirements are only cargo add bluewhale and a Docker Hub Personal Access Token (PAT) to
be generated from https://app.docker.com/settings/personal-access-tokens.
use Context;
use DockerHubClient;
async
Note that the bluewhale name is tentative, most likely to be renamed to something
like docker-hub-sdk or something more meaningful. P.S. It originally had the name
whale but I was too slow and it was taken ~13 days before I published it, so the
story is "ship faster" or "lock crate names in advance".