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

#41 in Filesystem

Download history 42010/week @ 2023-12-11 47161/week @ 2023-12-18 24013/week @ 2023-12-25 39362/week @ 2024-01-01 49164/week @ 2024-01-08 50726/week @ 2024-01-15 62303/week @ 2024-01-22 48850/week @ 2024-01-29 51817/week @ 2024-02-05 45611/week @ 2024-02-12 78735/week @ 2024-02-19 79744/week @ 2024-02-26 60401/week @ 2024-03-04 61791/week @ 2024-03-11 52982/week @ 2024-03-18 49869/week @ 2024-03-25

228,047 downloads per month
Used in 339 crates (20 directly)

MIT/Apache

8KB
86 lines

dir-diff

Are the contents of two directories different?

Documentation License Crates Status

License

Licensed under either of

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

~105–290KB