Docs.rs
  • carch-core-5.2.7
    • carch-core 5.2.7
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • harilvfs
    • Dependencies
      • chrono ^0.4.41 normal
      • crossterm ^0.29 normal
      • env_logger ^0.11.8 normal
      • fuzzy-matcher ^0.3.7 normal
      • include_dir ^0.7.3 normal
      • log ^0.4.27 normal
      • oneshot ^0.1.8 normal
      • portable-pty ^0.9.0 normal
      • ratatui ^0.29 normal
      • reqwest ^0.12.22 normal
      • serde ^1.0.219 normal
      • syntect ^5.2.0 normal
      • tempfile ^3.20.0 normal
      • thiserror ^2.0.12 normal
      • toml ^0.9.4 normal
      • tui-term ^0.2.0 normal
      • vt100-ctt ^0.16.0 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

carch_core5.2.7

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • ui::popups::run_script::RunScriptPopup
  • ui::state::App
  • ui::state::DescriptionState
  • ui::state::HelpState
  • ui::state::MultiSelectState
  • ui::state::PreviewState
  • ui::state::ScriptItem
  • ui::state::SearchResult
  • ui::state::SearchState
  • ui::state::StatefulList
  • ui::state::UiOptions
  • ui::theme::Theme

Enums

  • error::CarchError
  • ui::popups::run_script::PopupEvent
  • ui::state::AppMode
  • ui::state::FocusedPanel

Functions

  • extract_scripts
  • ui::popups::confirmation::render_confirmation_popup
  • ui::popups::description::render_description_popup
  • ui::popups::help::render_help_popup
  • ui::popups::preview::render_preview_popup
  • ui::popups::root_warning::render_root_warning_popup
  • ui::popups::search::render_search_popup
  • ui::render::run_ui_with_options
  • ui::widgets::category_list::render_category_list
  • ui::widgets::header::render_header
  • ui::widgets::script_list::render_script_list
  • ui::widgets::status_bar::render_status_bar
  • version::get_current_version
  • version::get_latest_version

Type Aliases

  • error::Result