Docs.rs
  • rat-ftable-0.18.0
    • rat-ftable 0.18.0
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • thscharler
    • Dependencies
      • crossterm ^0.28 normal
      • log ^0.4 normal
      • rat-event ^0.16 normal
      • rat-focus ^0.12 normal
      • rat-scrolled ^0.14 normal
      • ratatui ^0.28 normal
      • anyhow ^1.0 dev
      • fern ^0.6 dev
      • format_num_pattern ^0.9.2 dev
      • humantime ^2.1 dev
      • rand ^0.8.5 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_ftable0.18.0

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

List of all items

Structs

  • Table
  • TableContext
  • TableState
  • TableStyle
  • edit::EditTable
  • edit::EditTableState
  • event::DoubleClick
  • event::EditKeys
  • event::MouseOnly
  • event::Regular
  • event::util::MouseFlags
  • event::util::MouseFlagsN
  • selection::CellSelection
  • selection::NoSelection
  • selection::RowSelection
  • selection::RowSetSelection
  • textdata::Cell
  • textdata::Row

Enums

  • event::DoubleClickOutcome
  • event::EditOutcome
  • event::Outcome
  • event::util::Clicks

Traits

  • TableData
  • TableDataIter
  • TableSelection
  • edit::EditorWidget
  • event::ConsumedEvent
  • event::HandleEvent

Macros

  • event::ct_event
  • event::flow
  • event::try_flow

Functions

  • edit::handle_edit_events
  • event::util::column_at
  • event::util::column_at_drag
  • event::util::item_at
  • event::util::row_at
  • event::util::row_at_drag
  • event::util::set_double_click_timeout
  • handle_doubleclick_events
  • handle_edit_events
  • selection::cellselection::handle_events
  • selection::cellselection::handle_mouse_events
  • selection::noselection::handle_events
  • selection::noselection::handle_mouse_events
  • selection::rowselection::handle_events
  • selection::rowselection::handle_mouse_events
  • selection::rowsetselection::handle_events
  • selection::rowsetselection::handle_mouse_events

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