Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.03 KB

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