gitlab-runner

Crates.iogitlab-runner
lib.rsgitlab-runner
version0.1.0
sourcesrc
created_at2021-09-26 19:34:02.92799
updated_at2024-05-17 19:23:15.873838
descriptionHelper crate to build custom gitlab runners
homepagehttps://github.com/collabora/gitlab-runner-rs
repositoryhttps://github.com/collabora/gitlab-runner-rs
max_upload_size
id456653
size187,408
Sjoerd Simons (sjoerdsimons)

documentation

README

gitlab-runner-rs

Crates.io Documentation MIT/Apache-2 licensed Build Status

GitLab provides a REST style API for CI runners. These crates abstract this API away so custom runners can easily be build without any knowledge of the gitlab APIs

This workspace consists of two crates:

  • gitlab-runner - Main runner crate
  • gitlab-runner-mock - Mock crate for the gitlab runner APIs
Commit count: 115

cargo fmt