slotgate 0.2.0

A bounded-parallelism job runner that gives each slot its own disjoint port range, so port-binding tests run in parallel without collisions.
Documentation
1
2
3
4
5
6
7
// Copyright (c) 2025-2026 Umberto Gotti
// SPDX-License-Identifier: MIT

pub mod compiler_artifact_parser;
pub mod gate_args;
pub mod job_list_builder;
pub mod pre_build_runner;