Interact with a child process through a pseudo-TTY, asynchronously using Tokio.
# Cargo.toml
[dependencies]
tokio-pty-process = "0.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a pseudo-TTY process and interacts with it asynchronously.
Ensure you have a Tokio runtime (e.g., #[tokio::main]) when using this crate.
No dependency data recorded yet.