tuxtui-termion
Termion backend for the tuxtui Terminal UI library.
Overview
This crate provides a termion backend implementation for tuxtui, enabling TUI applications to run on Unix-like systems with the termion terminal library.
Features
- Full termion backend integration
- Unix-specific optimizations
- Lightweight terminal handling
Usage
Add this to your Cargo.toml:
[]
= { = "0.1", = ["termion"] }
Example
use *;
Platform Support
- ✅ Linux
- ✅ macOS
- ✅ BSD
- ❌ Windows (use crossterm backend instead)
Documentation
For detailed documentation, see docs.rs/tuxtui-termion.
License
MIT - See LICENSE for details.