A bindless library for manipulating terminals, providing raw mode, color, and cursor control.
# Cargo.toml
[dependencies]
termion = "4.0.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example enabling raw mode and writing to the terminal.
Use a cross-platform alternative like `crossterm` or `ratatui` for Windows compatibility.
No dependency data recorded yet.