Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunfishcode/rustix-openpty
https://github.com/sunfishcode/rustix-openpty
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunfishcode/rustix-openpty
- Owner: sunfishcode
- License: other
- Created: 2023-05-17T14:21:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T16:01:43.000Z (about 1 year ago)
- Last Synced: 2024-11-01T12:52:20.174Z (12 days ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 5
- 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