too_crossterm

Crates.iotoo_crossterm
lib.rstoo_crossterm
version0.1.0
sourcesrc
created_at2024-09-30 01:53:45.012603
updated_at2024-09-30 01:53:45.012603
descriptiona crossterm backend for too
homepage
repositoryhttps://github.com/museun/too_crossterm
max_upload_size
id1391230
size26,077
(museun)

documentation

https://docs.rs/too_crossterm

README

too_crossterm

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

Commit count: 3

cargo fmt