Crates.io | zuul |
lib.rs | zuul |
version | 0.1.0 |
source | src |
created_at | 2021-11-07 16:44:46.208072 |
updated_at | 2021-11-07 16:44:46.208072 |
description | A client library to interface with https://zuul-ci.org. |
homepage | |
repository | https://github.com/TristanCacqueray/zuul-rs |
max_upload_size | |
id | 478142 |
size | 82,032 |
Use this library to query and decode zuul-web API.
Please read the documentation here. Additional learning resources: rust-cookbook.
How to use with Cargo:
[dependencies]
zuul = "0.1.0"
How to use in your crate:
use zuul;
How to run the zuul-builds stream utility:
$ cargo run --example zuul-build -- --url https://zuul.opendev.org/api/tenant/openstack
If you experience any difficulties, please don't hesistate to raise an issue.