Crate terminput_egui

Crate terminput_egui 

Source
Expand description

§terminput-egui

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

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

§Feature Flags

  • egui_0_32 - uses egui 0.32 (default)

Functions§

to_eguiegui_0_32 or egui_0_33
Converts the terminput Event to an egui Event.
to_terminputegui_0_32 or egui_0_33
Converts the egui Event to a terminput Event.