rat-event 2.0.2

ratatui event handler trait for widgets
Documentation
[dependencies.log]
version = "0.4"

[dependencies.ratatui-core]
features = ["std", "layout-cache"]
version = "0.1"

[dependencies.ratatui-crossterm]
version = "0.1"

[lib]
name = "rat_event"
path = "src/lib.rs"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
comparison_chain = "allow"
if_same_then_else = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "ratatui event handler trait for widgets"
edition = "2024"
exclude = [".idea/*", ".gitignore"]
keywords = ["ratatui", "input", "event"]
license = "MIT/Apache-2.0"
name = "rat-event"
readme = "readme.md"
repository = "https://github.com/thscharler/rat-salsa"
resolver = "2"
version = "2.0.2"

[[test]]
name = "test_util"
path = "tests/test_util.rs"