rat-event 0.11.0

ratatui event handler trait for widgets
Documentation
1
2
3
4
5
6
7
8
9
# 0.10.0


* Fix handle() to take a &Event instead of an Event. This was so in the
  original, but I was too clever. In general event types are not necessarily
  Copy but read only, so `&` should be fine.

# 0.9.0


Initial release.