Registry / networking / portable-pty

portable-pty

JSON →
library0.9.0rscratesunverified

Cross platform pty interface for Rust.

# Cargo.toml [dependencies] portable-pty = "0.9.0"
INSTALL
IMPORT
SIG · PORTABLE-PTY
P
portable-pty
networkingrustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PtySystem
use portable_pty::PtySystem;

Create a native pty system.

use portable_pty::{PtySystem, native_pty_system}; fn main() { let pty_system = native_pty_system(); println!("Pty system created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
portable-pty — cargo add portable-pty · libregistry