taskcluster

Crates.iotaskcluster
lib.rstaskcluster
version90.0.4
created_at2021-01-25 21:03:11.827036+00
updated_at2025-09-25 14:45:04.686549+00
descriptionAPI client for Taskcluster; typically used via `taskcluster`
homepage
repositoryhttps://github.com/taskcluster/taskcluster
max_upload_size
id346624
size390,415
Pete Moore (petemoore)

documentation

README

Taskcluster API Client

This library is a complete interface to Taskcluster in Rust. It provides asynchronous interfaces for all Taskcluster API methods, as well as a few utility functions.

Usage

See docs.rs for detailed usage information.

Compatibility

This library is co-versioned with Taskcluster itself. That is, a client with version x.y.z contains API methods corresponding to Taskcluster version x.y.z. Taskcluster is careful to maintain API compatibility, and guarantees it within a major version. That means that any client with version x.* will work against any Taskcluster services at version x.*, and is very likely to work for many other major versions of the Taskcluster services. Any incompatibilities are noted in the Changelog.

Commit count: 24465

cargo fmt