Skip to main content

Crate octorus

Crate octorus 

Source
Expand description

octorus - A TUI tool for GitHub PR review

This library exposes modules for benchmarking purposes.

Re-exports§

pub use app::CachedDiffLine;
pub use app::DiffCache;
pub use app::InternedSpan;
pub use diff::classify_line;
pub use diff::get_line_info;
pub use diff::LineType;
pub use syntax::ParserPool;
pub use ui::diff_view::build_diff_cache;
pub use ui::diff_view::render_cached_lines;

Modules§

ai
app
cache
config
diff
Patch parsing utilities for extracting line information from Git diff patches.
editor
github
keybinding
Keybinding types and matching logic
language
Centralized language support definitions.
loader
symbol
Symbol extraction and definition search for Go to Definition.
syntax
Syntax highlighting module using tree-sitter and syntect.
ui