Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 779 Bytes

File metadata and controls

24 lines (13 loc) · 779 Bytes

+++

title = "diffutils" template = "project.html"

+++

Rust implementation of GNU diffutils: diff, cmp, diff3 and sdiff.

This project aims to be a drop-in replacement of the original commands.

Goals

This project aims to be a drop-in replacement for the GNU diffutils. Differences with GNU are treated as bugs.

Contributing

To contribute to uutils diffutils, please see CONTRIBUTING.

License

uutils diffutils is licensed under the MIT or Apache License - see the LICENSE-MIT and LICENSE-APACHE file for details.

GNU diffutils is licensed under the GPL 3.0 or later.