6 releases
0.3.3 | Dec 19, 2023 |
---|---|
0.3.2 | Oct 8, 2019 |
0.3.1 | May 29, 2018 |
0.3.0 | Mar 28, 2017 |
0.1.0 | Mar 28, 2017 |
#40 in Filesystem
142,685 downloads per month
Used in 386 crates
(21 directly)
8KB
86 lines
dir-diff
Are the contents of two directories different?
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Determine if two directories have different contents.
For now, only one function exists: are they different, or not? In the future, more functionality to actually determine the difference may be added.
Examples
extern crate dir_diff;
assert!(dir_diff::is_different("dir/a", "dir/b").unwrap());
Dependencies
~0.1–6.5MB
~37K SLoC