https://github.com/sunfishcode/rustix-openpty
https://github.com/sunfishcode/rustix-openpty
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunfishcode/rustix-openpty
- Owner: sunfishcode
- License: other
- Created: 2023-05-17T14:21:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T23:06:42.000Z (3 months ago)
- Last Synced: 2025-04-13T10:55:02.069Z (about 1 month ago)
- Language: Rust
- Size: 40 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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