clankerdiff-ratatui 0.1.4

Embeddable Ratatui diff review widget
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Reusable test and benchmark support.

mod backend;
mod buffer;
mod input;
mod markdown;
mod markdown_review;
mod review;

pub use backend::{BackendStats, CountingBackend};
pub use buffer::{buffer_row_text, buffer_text};
pub use input::{key, key_with, mouse};
pub use markdown::MarkdownStreamFixture;
pub use markdown_review::*;
pub use review::*;