Registry / other / termwiz

termwiz

JSON →
library0.23.3rscratesunverified

Terminal Wizardry for Unix and Windows.

# Cargo.toml [dependencies] termwiz = "0.23.3"
INSTALL
IMPORT
SIG · TERMWIZ
T
termwiz
otherrustv0.23.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.

Terminal
use termwiz::terminal::Terminal;

Initialize a terminal in raw mode using termwiz.

use termwiz::terminal::Terminal; use termwiz::terminal::SystemTerminal; fn main() -> Result<(), Box<dyn std::error::Error>> { let mut terminal = SystemTerminal::new()?; terminal.set_raw_mode()?; println!("Terminal in raw mode"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.23.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
termwiz — cargo add termwiz · libregistry