rat-cursor 2.0.0

ratatui trait to communicate the cursor position across widgets
Documentation
[dependencies]

[lib]
name = "rat_cursor"
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 trait to communicate the cursor position across widgets"
edition = "2024"
exclude = [".idea/*", ".gitignore"]
keywords = ["ratatui", "input", "cursor"]
license = "MIT/Apache-2.0"
name = "rat-cursor"
readme = "readme.md"
repository = "https://github.com/thscharler/rat-salsa"
resolver = "2"
version = "2.0.0"