Docs.rs
  • rat-focus-0.10.2
    • rat-focus 0.10.2
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • thscharler
    • Dependencies
      • crossterm ^0.27 normal
      • log ^0.4 normal
      • rat-event ^0.14 normal
      • ratatui ^0.26 normal
      • anyhow ^1.0.82 dev
      • fern ^0.6 dev
      • rat-input ^0.16 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rat_focus0.10.2

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

List of all items

Structs

  • Focus
  • FocusFlag
  • event::FocusKeys
  • event::MouseOnly
  • event::util::MouseFlags

Enums

  • event::Outcome

Traits

  • HasFocus
  • HasFocusFlag
  • event::ConsumedEvent
  • event::HandleEvent

Macros

  • event::ct_event
  • event::flow
  • event::flow_ok
  • match_focus
  • on_gained
  • on_lost

Functions

  • event::util::column_at_clicked
  • event::util::column_at_drag
  • event::util::row_at_clicked
  • event::util::row_at_drag

Constants

  • event::crossterm::modifiers::ALT
  • event::crossterm::modifiers::ALT_SHIFT
  • event::crossterm::modifiers::CONTROL
  • event::crossterm::modifiers::CONTROL_ALT
  • event::crossterm::modifiers::CONTROL_SHIFT
  • event::crossterm::modifiers::HYPER
  • event::crossterm::modifiers::META
  • event::crossterm::modifiers::NONE
  • event::crossterm::modifiers::SHIFT
  • event::crossterm::modifiers::SUPER