Closed oSoMoN closed 1 month ago
i have made a separate file cmp.rs
and implemented a basic cmp with no fuzzing yet
for cmp testing would be have some dummy files?
I've submitted an implementation of cmp here https://github.com/uutils/diffutils/pull/88
Currently uutils' diffutils only implements the
diff
executable.But GNU's diffutils also provide
cmp
,diff3
andsdiff
.This issue is a tracker for the implementation of the
cmp
utility.Documentation: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.html.