Crates.io | taskcluster |
lib.rs | taskcluster |
version | 74.0.0 |
source | src |
created_at | 2021-01-25 21:03:11.827036 |
updated_at | 2024-10-30 22:11:40.047041 |
description | API client for Taskcluster; typically used via `taskcluster` |
homepage | |
repository | https://github.com/taskcluster/taskcluster |
max_upload_size | |
id | 346624 |
size | 328,891 |
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.
See docs.rs for detailed usage information.
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.