Docs.rs
  • code-mesh-tui-0.1.0
    • code-mesh-tui 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ruvnet
    • Dependencies
      • anyhow ^1.0 normal
      • chrono ^0.4 normal
      • clap ^4.5 normal
      • code-mesh-core ^0.1.0 normal
      • crossterm ^0.28 normal
      • dirs ^5.0 normal
      • futures ^0.3 normal
      • futures-util ^0.3 normal
      • owo-colors ^4.0 normal
      • pulldown-cmark ^0.11 normal
      • ratatui ^0.28 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • syntect ^5.0 normal
      • tokio ^1.40 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • tui-input ^0.10 normal
      • tui-textarea ^0.6 normal
      • unicode-segmentation ^1.10 normal
      • unicode-width ^0.1 normal
      • uuid ^1.10 normal
      • walkdir ^2.5 normal
      • tempfile ^3.10 dev
      • tokio-test ^0.4 dev
    • Versions
    • 58.21% of the crate is documented
  • Platform
    • 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

code_mesh_tui0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • app::App
  • chat::ChatComponent
  • chat::ChatMessage
  • chat::MessageAttachment
  • components::command_palette::CommandPalette
  • components::dialog::Dialog
  • components::status_bar::StatusBar
  • config::ChatConfig
  • config::Config
  • config::CustomTheme
  • config::DiffConfig
  • config::FileViewerConfig
  • config::KeybindConfig
  • config::ThemeConfig
  • diff::DiffContent
  • diff::DiffHunk
  • diff::DiffLine
  • diff::DiffViewer
  • events::EventDispatcher
  • events::EventHandler
  • events::KeybindHandler
  • events::MouseHandler
  • file_viewer::FileContent
  • file_viewer::FileViewer
  • layout::Breakpoint
  • layout::FlexItem
  • layout::FlexLayout
  • layout::GridLayout
  • layout::LayoutManager
  • layout::Margin
  • layout::Padding
  • layout::PopupLayout
  • layout::ResponsiveLayout
  • renderer::Renderer
  • theme::DefaultTheme
  • theme::DraculaTheme
  • theme::GruvboxTheme
  • theme::Styles
  • theme::ThemeColors
  • theme::ThemeManager
  • utils::syntax_highlighter::SyntaxHighlighter

Enums

  • app::AppState
  • chat::MessageRole
  • components::dialog::DialogResult
  • components::dialog::DialogType
  • config::DiffStyle
  • diff::DiffLineType
  • events::AppEvent
  • events::InputEvent
  • events::MouseAction
  • file_viewer::FileType
  • layout::AlignItems
  • layout::FlexBasis
  • layout::FlexDirection
  • layout::GridTrack
  • layout::JustifyContent
  • layout::ResponsiveLayoutType

Traits

  • events::EventConsumer
  • theme::Theme

Functions

  • init_terminal
  • restore_terminal