#directories #comparing #cmp #f1 #cpython #f2 #cmpfiles

filecmp

用于比较文件和目录的工具,CPython filecmp模块的Rust实现

4个版本 (2个重大更新)

0.2.0 2020年11月23日
0.1.0 2020年11月19日
0.0.2 2020年11月16日
0.0.1 2020年11月16日

#1593 in 文件系统


用于justone

LGPL-3.0-only

24KB
458

用于比较文件和目录的工具(工作进展中)。

类似于Python3 std-lib的结构

  • DirCmp

类似于Python3 std-lib的函数

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

示例

查看cmp()示例

依赖项

~10KB