2 releases

0.1.1 Sep 21, 2023
0.1.0 Aug 22, 2023

#217 in Unix APIs

Download history 1434/week @ 2023-12-17 2330/week @ 2023-12-24 2907/week @ 2023-12-31 2773/week @ 2024-01-07 2575/week @ 2024-01-14 3083/week @ 2024-01-21 3041/week @ 2024-01-28 4999/week @ 2024-02-04 7718/week @ 2024-02-11 8952/week @ 2024-02-18 8849/week @ 2024-02-25 4937/week @ 2024-03-03 4542/week @ 2024-03-10 4782/week @ 2024-03-17 4722/week @ 2024-03-24 4726/week @ 2024-03-31

19,342 downloads per month
Used in 10 crates (2 directly)

Apache-2.0…

13KB
145 lines

rustix-openpty

Safe Rust bindings to `openpty` and related functions

Github Actions CI Status zulip chat crates.io page docs.rs docs

rustix-openpty is a wrapper around rustix::pty on Linux and libc::openpty on other platforms.

Minimum Supported Rust Version (MSRV)

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.

Dependencies

~0–9.5MB
~82K SLoC