Re-exports§
pub use diff_row::DiffRow;pub use diff_row::Tag;pub use diff_row_generator::DiffRowGenerator;pub use string_utils::StringUtils;
Modules§
- delta_
merge - diff_
row - Represents a single row in a side-by-side or line-by-line diff table.
- diff_
row_ generator - Generates
DiffRowinstances for side-by-side or inline text views. - string_
utils - Utility functions for text manipulation and wrapping.