Registry / other / redox-termios

redox-termios

JSON →
library0.1.3rscratesunverified

A Rust library to access Redox termios functions for terminal I/O control.

# Cargo.toml [dependencies] redox_termios = "0.1.3"
INSTALL
IMPORT
SIG · REDOX-TERMIOS
R
redox-termios
otherrustv0.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Termios
use redox_termios::Termios;

Gets and sets terminal attributes on Redox.

use redox_termios::Termios; fn main() { let mut termios = Termios::from_fd(0).unwrap(); termios.c_lflag |= 0x0001; // ECHO termios.set().unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
redox-termios — cargo add redox-termios · libregistry