Skip to main content

Module algorithm

Module algorithm 

Source

Re-exports§

pub use change::Change;
pub use change::DeltaType;
pub use diff_algorithm::DiffAlgorithm;
pub use diff_algorithm_factory::DiffAlgorithmFactory;
pub use diff_algorithm_factory::HistogramDiffFactory;
pub use diff_algorithm_factory::MyersDiffFactory;
pub use diff_algorithm_factory::MyersLinearDiffFactory;
pub use diff_algorithm_listener::DiffAlgorithmListener;
pub use diff_algorithm_listener::NoOpListener;
pub use histogram::HistogramDiff;

Modules§

change
Delta representation of sequence modifications.
diff_algorithm
diff_algorithm_factory
Factory interface and implementations for constructing diff algorithms.
diff_algorithm_listener
Progress reporting types for tracking long-running diff computations.
histogram
myers