# retroglyph-crossterm > Crossterm terminal backend for retroglyph **Version:** 0.0.0 **Authors:** Matan Lurey **License:** MIT **Repository:** https://github.com/crates-lurey-io/retroglyph **Keywords:** roguelike, terminal, grid, gamedev Generated: 2026-08-05 20:21:10 UTC Created by: [cargo-llms-txt](https://github.com/masinc/cargo-llms-txt) ## Core Documentation - [Complete API Documentation](llms-full.txt): Full public API documentation with detailed descriptions - [README](README.md): Project overview and getting started guide - [Cargo.toml](Cargo.toml): Project configuration and dependencies ## Table of Contents ### src/lib.rs - impl InstanceGuard - impl Drop for InstanceGuard - pub struct CrosstermOptions - impl CrosstermOptions - impl Default for CrosstermOptions - pub struct Crossterm - impl Crossterm - impl Crossterm - impl Drop for Crossterm - impl Crossterm - pub struct SuspendGuard - impl SuspendGuard - impl Drop for SuspendGuard - impl Output for Crossterm - impl Input for Crossterm - impl Crossterm - impl Cursor for Crossterm - pub fn from_crossterm_event - impl tests::CrosstermObserver - impl Output for tests::CrosstermObserver - impl Cursor for tests::CrosstermObserver - impl retroglyph_core::testing::conformance::Observable for tests::CrosstermObserver --- ## README.md ### retroglyph-crossterm Crossterm terminal backend for retroglyph Part of the [retroglyph](https://github.com/crates-lurey-io/retroglyph) workspace. ## Cargo.toml ```toml [package] name = "retroglyph-crossterm" version = "0.0.0" edition = "2024" description = "Crossterm terminal backend for retroglyph" license = "MIT" repository = "https://github.com/crates-lurey-io/retroglyph" keywords = ["roguelike","terminal","grid","gamedev"] categories = ["game-development","graphics"] authors = ["Matan Lurey "] ```