{"id":57252,"library":"termion","title":"Termion","description":"A bindless library for manipulating terminals, providing raw mode, color, and cursor control.","status":"active","version":"4.0.6","language":"rust","source_language":null,"source_url":"https://gitlab.redox-os.org/redox-os/termion","tags":["terminal","tui","raw-mode","unix"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ntermion = \"4.0.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add termion","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"IntoRawMode","correct":"use termion::raw::IntoRawMode;"}],"quickstart":{"code":"use std::io::{Write, stdout};\nuse termion::raw::IntoRawMode;\n\nfn main() {\n    let mut stdout = stdout().into_raw_mode().unwrap();\n    write!(stdout, \"Hello, terminal!\").unwrap();\n    stdout.flush().unwrap();\n}","lang":"rust","description":"Minimal example enabling raw mode and writing to the terminal."},"warnings":[{"fix":"Use a cross-platform alternative like `crossterm` or `ratatui` for Windows compatibility.","message":"Termion is Unix-only and does not support Windows.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'bindless':3 'color':11 'control':14 'cursor':13 'librari':4 'manipul':6 'mode':10,19 'provid':8 'raw':9,18 'raw-mod':17 'termin':7,15 'termion':1 'tui':16 'unix':20","created_at":"2026-06-16T15:35:00.098250+00:00","updated_at":"2026-06-16T15:35:00.098250+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://gitlab.redox-os.org/redox-os/termion","github":null,"docs":"https://docs.rs/termion/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}