Docs.rs
  • ratatui-kit-0.3.3
    • ratatui-kit 0.3.3
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • yexiyue
    • Dependencies
      • any_key ^0.1.1 normal
      • crossterm ^0.28.0 normal
      • futures ^0.3.31 normal
      • generational-box ^0.6.2 normal
      • ratatui ^0.29.0 normal
      • ratatui-kit-macros ^0.3.2 normal
      • regex ^1.11.1 normal optional
      • tui-textarea ^0.7.0 normal optional
    • Versions
    • 2.02% 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

ratatui_kit0.3.3

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Attribute Macros
  • Derive Macros

Crate ratatui_kit

Source

Re-exports§

pub use crossterm;
pub use ratatui;

Modules§

components
layout_style
prelude
tree

Macros§

element

Structs§

AnyElement
AnyProps
ComponentDrawer
ComponentUpdater
Components
ContextStack
CrossTerminal
Element
ElementKey
Handler
Hooks
InstantiatedComponent
NoProps
State
StateMutRef
StateRef
SystemContext
Terminal
TerminalEvents
UseAsyncEffectImpl
UseFutureImpl
UseMemoImpl

Enums§

Context

Traits§

AnyComponent
Component
ElementExt
ElementType
ExtendWithElements
Hook
Props
Safety
TerminalImpl
UseContext
UseEffect
UseEvents
UseFuture
UseMemo
UseState

Functions§

extend_with_elements

Attribute Macros§

component
with_layout_style

Derive Macros§

Props