myers 0.0.1

A file comparison program
Documentation
  • Coverage
  • 77.78%
    7 out of 9 items documented0 out of 3 items with examples
  • Size
  • Source code size: 32.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • EngosSoftware/myers
    0 0 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DariuszDepta

A file comparison program

crates.io coverage Linux Windows macOs macOs arm64 MIT Apache cc mbh

A file comparison program written in Rust

WORK IN PROGRESS

Overview

This crate is a Rust port of the classic file comparison program originally implemented in C.

For a detailed description of the underlying algorithm, see:

  • Miller, W., and Myers, E. W. “A File Comparison Program.” Software: Practice & Experience 15, no. 11 (1985): 1025–1040.
  • Myers, E. W. “An O(ND) Difference Algorithm and Its Variations.” Technical Report 85-6, Department of Computer Science, University of Arizona, 1985.

This crate is also my tribute to Eugene Myers for his influential work on diff algorithms, hence the name myers.

License

Licensed under either of

at your option.

Contribution

Any contributions to myers are greatly appreciated. All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.

⎯⎯⎯

Engos Software