running-process 4.10.13

Subprocess and PTY runtime for the running-process project
Documentation
1
2
3
4
5
6
7
//! Host-neutral PTY facade owned by `running-process-platform-internal`.

pub use running_process_platform_internal::platform::terminal::{
    PtyBackend, PtyChild, PtyMaster, PtySize, PtySlave,
};

pub(crate) use running_process_platform_internal::platform::terminal::Backend;