xchecker-runner 1.2.0

Process execution with timeouts and job control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod detect;
mod exec;
mod io;
mod native_cmd;
mod platform;
mod types;
mod version;
mod wsl;

pub use super::ndjson::NdjsonResult;
pub use exec::Runner;
pub use types::{BufferConfig, ClaudeResponse, WslOptions};