filecmp 0.2.0

Utilities for comparing files and directories, the rust implementation for CPython filecmp module.
Documentation
  • Coverage
  • 62.5%
    5 out of 8 items documented1 out of 7 items with examples
  • Size
  • Source code size: 27.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • owtotwo

Utilities for comparing files and directories(WIP).

Struct like in Python3 std-lib:

  • DirCmp

Functions like in Python3 std-lib:

  • cmp(f1, f2, shallow: bool) -> int
  • cmpfiles(a, b, common) -> ([], [], [])
  • clear_cache()

Example

Check out Example for cmp()