Re-exports§
pub use myers_linear::MyersDiffWithLinearSpace;pub use myers_linear::compute_diff as compute_linear_diff;pub use myers_linear::compute_diff_full;pub use myers_linear::compute_diff_with as compute_linear_diff_with;pub use myers_linear::LinearWorkspace;pub use path_node::PathFormatter;pub use path_node::PathNode;pub use myers::*;
Modules§
- myers
- myers_
linear - Eugene Myers linear space diff algorithm with O(N) space complexity.
- path_
node