A cross-platform terminal library for manipulating terminals, including cursor movement, styling, and input handling.
# Cargo.toml
[dependencies]
crossterm = "0.29.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enables raw mode for terminal input handling.
Ensure disable_raw_mode() is called on all exit paths, or use a guard type like crossterm::terminal::RawModeGuard.
No dependency data recorded yet.