| Crates.io | guts-ci |
| lib.rs | guts-ci |
| version | 0.1.0 |
| created_at | 2025-12-23 10:25:46.254601+00 |
| updated_at | 2025-12-23 10:25:46.254601+00 |
| description | CI/CD pipeline support for Guts code collaboration platform. |
| homepage | https://github.com/AbdelStark/guts |
| repository | https://github.com/AbdelStark/guts |
| max_upload_size | |
| id | 2001261 |
| size | 180,083 |
CI/CD pipeline support for Guts.
This crate provides continuous integration and deployment:
use guts_ci::{Workflow, WorkflowRun, Artifact};
// Parse a workflow definition
let workflow = Workflow::from_yaml(yaml_content)?;
// Track a workflow run
let run = WorkflowRun::start(workflow, commit_sha)?;
This crate is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
MIT OR Apache-2.0