rustix-openpty

Crates.iorustix-openpty
lib.rsrustix-openpty
version0.1.1
sourcesrc
created_at2023-08-22 11:32:50.250644
updated_at2023-09-21 22:24:36.759209
descriptionSafe Rust bindings to `openpty` and related functions
homepage
repositoryhttps://github.com/sunfishcode/rustix-openpty
max_upload_size
id950982
size41,323
Dan Gohman (sunfishcode)

documentation

https://docs.rs/rustix-openpty

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.

Commit count: 12

cargo fmt