Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunfishcode/rustix-openpty


https://github.com/sunfishcode/rustix-openpty

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        


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.

[Rust on Debian stable]: https://packages.debian.org/stable/rust/rustc
[`rustix::pty`]: https://docs.rs/rustix/latest/rustix/pty
[`libc::openpty`]: https://docs.rs/libc/latest/libc/fn.openpty.html