| Crates.io | rustix-openpty |
| lib.rs | rustix-openpty |
| version | 0.2.0 |
| created_at | 2023-08-22 11:32:50.250644+00 |
| updated_at | 2025-03-06 23:06:36.962269+00 |
| description | Safe Rust bindings to `openpty` and related functions |
| homepage | |
| repository | https://github.com/sunfishcode/rustix-openpty |
| max_upload_size | |
| id | 950982 |
| size | 48,246 |
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.