Crates.io | rustix-openpty |
lib.rs | rustix-openpty |
version | 0.1.1 |
source | src |
created_at | 2023-08-22 11:32:50.250644 |
updated_at | 2023-09-21 22:24:36.759209 |
description | Safe Rust bindings to `openpty` and related functions |
homepage | |
repository | https://github.com/sunfishcode/rustix-openpty |
max_upload_size | |
id | 950982 |
size | 41,323 |
rustix-openpty is a wrapper around rustix::pty
on Linux and
libc::openpty
on other platforms.
This crate currently works on the version of Rust on Debian stable, which is currently Rust 1.63. This policy may change in the future, in minor version releases, so users using a fixed version of Rust should pin to a specific version of this crate.