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
// Copyright (c) 2025-2026 Umberto Gotti
// SPDX-License-Identifier: MIT

pub mod compiler_artifact_parser_tests;
pub mod job_list_builder_tests;
pub mod job_source_tests;
pub mod module_path_tests;
pub mod pre_build_resolver_tests;
pub mod pre_build_runner_tests;
pub mod rust_file_finder_tests;
pub mod test_name_reader_tests;
pub mod test_path_scanner_tests;