List of all items
Structs
- commands::cleanup::command::CleanupCommand
- commands::clear::command::ClearCommand
- commands::create::command::CreateCommand
- commands::exit::command::ExitCommand
- commands::handler::CommandHandler
- commands::handler::CommandResult
- commands::history::command::HistoryCommand
- commands::history::config::HistoryConfig
- commands::history::events::HistoryEventHandler
- commands::history::keyboard::HistoryKeyboardHandler
- commands::history::manager::HistoryManager
- commands::lang::LanguageService
- commands::lang::command::LanguageCommand
- commands::list::command::ListCommand
- commands::log_level::command::LogLevelCommand
- commands::log_level::manager::LogLevelManager
- commands::registry::CommandRegistry
- commands::restart::command::RestartCommand
- commands::start::command::StartCommand
- commands::stop::command::StopCommand
- commands::theme::ThemeDefinition
- commands::theme::ThemeSystem
- commands::theme::command::ThemeCommand
- commands::version::command::VersionCommand
- core::config::Config
- core::config::Theme
- core::prelude::Duration
- core::prelude::HashMap
- core::prelude::Instant
- core::prelude::KeyEvent
- core::prelude::io::BorrowedBuf
- core::prelude::io::BorrowedCursor
- core::prelude::io::BufReader
- core::prelude::io::BufWriter
- core::prelude::io::Bytes
- core::prelude::io::Chain
- core::prelude::io::Cursor
- core::prelude::io::Empty
- core::prelude::io::Error
- core::prelude::io::IntoInnerError
- core::prelude::io::IoSlice
- core::prelude::io::IoSliceMut
- core::prelude::io::LineWriter
- core::prelude::io::Lines
- core::prelude::io::PipeReader
- core::prelude::io::PipeWriter
- core::prelude::io::Repeat
- core::prelude::io::Sink
- core::prelude::io::Split
- core::prelude::io::Stderr
- core::prelude::io::StderrLock
- core::prelude::io::Stdin
- core::prelude::io::StdinLock
- core::prelude::io::Stdout
- core::prelude::io::StdoutLock
- core::prelude::io::Take
- core::prelude::io::WriterPanicked
- i18n::Langs
- input::EventHandler
- input::keyboard::KeyboardManager
- input::state::InputState
- input::state::InputStateBackup
- input::state::SystemCommandProcessor
- output::display::Message
- output::display::MessageDisplay
- server::config::ServerConfig
- server::manager::ServerManager
- server::types::ServerContext
- server::types::ServerData
- server::types::ServerInfo
- ui::color::AppColor
- ui::cursor::UiCursor
- ui::screen::ScreenManager
- ui::terminal::TerminalManager
- ui::viewport::LayoutArea
- ui::viewport::Viewport
Enums
- commands::history::events::HistoryEvent
- commands::history::keyboard::HistoryAction
- core::error::AppError
- core::prelude::Color
- core::prelude::KeyCode
- core::prelude::io::ErrorKind
- core::prelude::io::SeekFrom
- i18n::TranslationError
- input::AppEvent
- input::keyboard::KeyAction
- input::state::SystemCommandResult
- server::types::ServerStatus
- ui::cursor::CursorKind
- ui::cursor::CursorType
- ui::viewport::ScrollDirection
- ui::viewport::ViewportEvent
Traits
- commands::command::Command
- core::prelude::Write
- core::prelude::io::BufRead
- core::prelude::io::IsTerminal
- core::prelude::io::Read
- core::prelude::io::Seek
- core::prelude::io::Write
- core::prelude::io::prelude::BufRead
- core::prelude::io::prelude::Read
- core::prelude::io::prelude::Seek
- core::prelude::io::prelude::Write
- ui::widget::AnimatedWidget
- ui::widget::CursorWidget
- ui::widget::InputWidget
- ui::widget::StatefulWidget
- ui::widget::Widget
Macros
- core::prelude::debug
- core::prelude::error
- core::prelude::info
- core::prelude::io::const_error
- core::prelude::t
- core::prelude::tc
- core::prelude::trace
- core::prelude::warn
- impl_default
- matches_exact
- t
- tc
Functions
- core::prelude::io::copy
- core::prelude::io::empty
- core::prelude::io::pipe
- core::prelude::io::read_to_string
- core::prelude::io::repeat
- core::prelude::io::sink
- core::prelude::io::stderr
- core::prelude::io::stdin
- core::prelude::io::stdout
- create_default_registry
- create_handler
- i18n::clear_translation_cache
- i18n::get_available_languages
- i18n::get_color_category_for_display
- i18n::get_color_for_display_text
- i18n::get_command_translation
- i18n::get_current_language
- i18n::get_translation
- i18n::has_translation
- i18n::init
- i18n::set_language
- load_config
- output::display::create_output_widget
- run
- run_with_config
- server::handlers::web::create_web_server
- server::shared::get_shared_context
- server::utils::port::find_next_available_port
- server::utils::port::is_port_available
- server::utils::validation::find_server
- server::utils::validation::validate_port
- server::utils::validation::validate_server_name
- setup::setup_toml::ensure_config_exists
- setup::setup_toml::get_config_paths
- ui::cursor::create_input_cursor
- ui::cursor::create_output_cursor
- ui::widget::utils::has_cursor
- ui::widget::utils::simple_text
Type Aliases
- core::error::Result
- core::prelude::io::RawOsError
- core::prelude::io::Result
- server::types::ServerHandles
- server::types::ServerMap
- ui::screen::TerminalBackend