Docs.rs
  • terminal-ui-0.1.3
    • terminal-ui 0.1.3
    • Permalink
    • Docs.rs crate page
    • Unlicense OR MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • MrCasCode
    • Dependencies
      • anyhow ^1.0.53 normal
      • async-std ^1.10.0 normal
      • crossterm ^0.23 normal
      • flume ^0.10.12 normal
      • log-analyzer ^0.1.3 normal
      • tokio ^1.18.2 normal
      • tui ^0.17.0 normal
      • tui-input ^0.3.0 normal
      • unicode-width ^0.1.9 normal
    • Versions
    • 20.16% of the crate is documented
  • 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

terminal_ui0.1.3

Module app

Module Items

  • Structs
  • Enums
  • Constants
  • Functions

In crate terminal_ui

terminal_ui

Module app

Source

Structs§

App
This struct holds the current state of the app. In particular, it has the items field which is a wrapper around ListState. Keeping track of the items state let us render the associated widget with its state and have access to features such as natural scrolling.
PopupInteraction
Processing

Enums§

Module

Constants§

INDEX_FILTER_APP
INDEX_FILTER_BLUE_COLOR
INDEX_FILTER_DATETIME
INDEX_FILTER_FUNCTION
INDEX_FILTER_GREEN_COLOR
INDEX_FILTER_LOG
INDEX_FILTER_NAME
INDEX_FILTER_OK_BUTTON
INDEX_FILTER_PAYLOAD
INDEX_FILTER_RED_COLOR
INDEX_FILTER_SEVERITY
INDEX_FILTER_TIMESTAMP
INDEX_FILTER_TYPE
INDEX_MAX
INDEX_NAVIGATION
INDEX_SEARCH
INDEX_SOURCE_FORMAT
INDEX_SOURCE_NEW_FORMAT_ALIAS
INDEX_SOURCE_NEW_FORMAT_REGEX
INDEX_SOURCE_OK_BUTTON
INDEX_SOURCE_PATH
INDEX_SOURCE_TYPE

Functions§

parse_color