Crate fcmp

Source
Expand description

Fcmp CLI library modules.

Modules§

command
Command line interface options.

Structs§

FileCmp
A File wrapper which provides methods for doing file comparisons. operations.
MissingFileBehaviorParseError
An error indicating a failure to parse a MissingFileBehavior.

Enums§

DiffOp
A diff operation.
MissingFileBehavior
Options for handling missing files.

Functions§

compare_all
Takes an iterator of Paths and returns the index of the most recently modified file.
partial_cmp_paths
Returns the ordering of two files based on their modification times. The order is a partial order, and as such, None will be returned if the file modification times cannot be determined.