Module reckon::base [] [src]

Low-level subprocess management.

This is about as raw an implementation as it gets - it's a thin, blocking I/O layer over Rust's built-in subprocess tools. It might be the simplest version of "expect" I've yet seen aside from some Bash scripts.

Structs

Duration

A Duration type to represent a span of time, typically used for system timeouts.

Process

Provids necessary lifetime management for subprocess resources.