Crate terminput_egui

Source
Expand description

§terminput-egui

crates.io docs.rs Dependency Status license CI codecov GitHub repo size Lines of Code

terminput-egui provides helper functions for converting between terminput and egui types.

Functions§

to_egui
Converts the terminput event to an egui event.
to_terminput
Converts the egui event to a terminput event.