cargo-rail 0.13.4

Graph-aware testing, dependency unification, and crate extraction for Rust monorepos
Documentation
1
2
3
4
5
6
//! Test runner infrastructure
//!
//! Provides abstractions for running tests with different backends
//! (cargo test, cargo-nextest) with automatic detection and fallback.

pub mod runner;