# retroglyph-terminal > Shared ANSI/SGR cell-diff renderer for retroglyph's terminal-family backends **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 - pub enum ColorSupport - impl ColorSupport - pub struct TerminalRenderer - impl TerminalRenderer - impl TerminalRenderer --- ## README.md ### retroglyph-terminal Shared ANSI/SGR cell-diff renderer for retroglyph's terminal-family backends Part of the [retroglyph](https://github.com/crates-lurey-io/retroglyph) workspace. ## Cargo.toml ```toml [package] name = "retroglyph-terminal" version = "0.0.0" edition = "2024" description = "Shared ANSI/SGR cell-diff renderer for retroglyph's terminal-family backends" license = "MIT" repository = "https://github.com/crates-lurey-io/retroglyph" keywords = ["roguelike","terminal","grid","gamedev"] categories = ["game-development","graphics"] authors = ["Matan Lurey "] ```