Crates.io | too_crossterm |
lib.rs | too_crossterm |
version | 0.1.0 |
source | src |
created_at | 2024-09-30 01:53:45.012603 |
updated_at | 2024-09-30 01:53:45.012603 |
description | a crossterm backend for too |
homepage | |
repository | https://github.com/museun/too_crossterm |
max_upload_size | |
id | 1391230 |
size | 26,077 |
This ia a Backend
and EventReader
implementation for too
.
Usage:
use too_crossterm::{Term, Config};
let term = Term::setup(Config::default())?;
See docs for Config
for enabling different behaviors.
License: APACHE or MIT