folder_compare 0.3.0

Compare two folders and get a list of changed and new files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "folder_compare"
version = "0.3.0"
authors = ["Tim Serowski <info@timserowski.de>"]
edition = "2018"
description="Compare two folders and get a list of changed and new files"
readme="README.md"
repository="https://github.com/tserowski/folder_compare"
homepage="https://github.com/tserowski/folder_compare"
license="Apache-2.0"
keywords=["diff", "directory"]
categories=["filesystem", "parsing"]

[dependencies]
walkdir = "2"
regex = "1"
fxhash = "0.2"