Docs.rs
rustix-openpty-0.1.1
rustix-openpty 0.1.1
Docs.rs crate page
Apache-2.0
WITH LLVM-exception OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
rustix ^0.38.0
dev
rustix ^0.38.0
normal
errno ^0.3.1
normal
libc ^0.2.114
normal
rustix ^0.38.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustix_
openpty
0.1.1
All Items
Sections
References
Crate Items
Re-exports
Structs
Functions
Crate
rustix_openpty
Copy item path
Source
Expand description
Pseudoterminal operations.
§
References
Linux
FreeBSD
Re-exports
§
pub use
rustix
;
Structs
§
Pty
A pair of file descriptors representing a pseudoterminal.
Functions
§
closefrom
⚠
Close all open file descriptors that are at least as great as
from
.
login_
tty
Prepare for a login on the given terminal.
openpty
Open a pseudoterminal.