slotgate 0.5.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
8
9
10
11
12
13
14
15
// Copyright (c) 2025-2026 Umberto Gotti
// SPDX-License-Identifier: MIT

pub mod executor;
pub mod filesystem_safe_name;
pub mod gate_runner;
pub mod job;
pub mod job_order;
pub mod job_outcome;
pub mod job_runner;
pub mod job_status;
pub mod outcome_line;
pub mod run_summary;
pub mod slot_guard;
pub mod slot_pool;