List of all items
Structs
- app::App
- app::BenchmarkResult
- config::cli::Cli
- config::settings::Settings
- config::workspace::TestCase
- config::workspace::TestResult
- config::workspace::Workspace
- engine::CaptureGroup
- engine::EngineFlags
- engine::Match
- engine::ReplaceResult
- engine::ReplaceSegment
- engine::fancy::FancyRegexEngine
- engine::rust_regex::RustRegexEngine
- event::EventHandler
- explain::ExplainNode
- explain::visitor::ExplainVisitor
- input::editor::Editor
- input::vim::VimState
- recipe::Recipe
- ui::PanelLayout
- ui::explanation::ExplanationPanel
- ui::match_display::MatchDisplay
- ui::regex_input::RegexInput
- ui::replace_input::ReplaceInput
- ui::status_bar::StatusBar
- ui::syntax_highlight::SyntaxToken
- ui::test_input::TestInput
Enums
- codegen::Language
- config::cli::ColorMode
- engine::EngineError
- engine::EngineKind
- event::AppEvent
- input::Action
- input::vim::VimMode
- ui::syntax_highlight::SyntaxCategory
Traits
Functions
- codegen::generate_code
- config::workspace::print_test_results
- engine::create_engine
- engine::detect_minimum_engine
- engine::is_engine_upgrade
- engine::lookup_capture
- engine::replace_all
- explain::explain
- explain::formatter::format_assertion
- explain::formatter::format_bracketed_class
- explain::formatter::format_flags_item
- explain::formatter::format_group
- explain::formatter::format_literal
- explain::formatter::format_perl_class
- explain::formatter::format_repetition
- explain::formatter::format_unicode_class
- explain::parse_ast
- input::key_to_action
- input::vim::vim_key_to_action
- ui::compute_layout
- ui::render
- ui::status_bar::format_duration
- ui::syntax_highlight::build_highlighted_spans
- ui::syntax_highlight::category_color
- ui::syntax_highlight::highlight
- ui::test_input::split_spans_into_lines
- ui::theme::capture_color
- ui::theme::match_bg
Type Aliases
Constants
- ansi::BOLD
- ansi::GREEN
- ansi::GREEN_BOLD
- ansi::RED
- ansi::RED_BOLD
- ansi::RESET
- codegen::ALL_LANGUAGES
- recipe::RECIPES
- ui::HELP_PAGE_COUNT
- ui::theme::BASE
- ui::theme::BLUE
- ui::theme::CAPTURE_COLORS
- ui::theme::GREEN
- ui::theme::MATCH_BG
- ui::theme::MATCH_BG_ALT
- ui::theme::MAUVE
- ui::theme::OVERLAY
- ui::theme::PEACH
- ui::theme::RED
- ui::theme::SUBTEXT
- ui::theme::SURFACE0
- ui::theme::SURFACE1
- ui::theme::TEAL
- ui::theme::TEXT
- ui::theme::YELLOW