nextest_runner/config/scripts/
mod.rs

1// Copyright (c) The nextest Contributors
2// SPDX-License-Identifier: MIT OR Apache-2.0
3
4//! Support for scripts.
5
6mod imp;
7
8pub use imp::*;