Crates.io | dir-signature |
lib.rs | dir-signature |
version | 0.2.9 |
source | src |
created_at | 2016-12-23 21:19:01.106017 |
updated_at | 2018-04-16 21:38:47.803089 |
description | This crate allows to create a signature (index) of a directory with files. |
homepage | http://github.com/tailhook/dir-signature |
repository | |
max_upload_size | |
id | 7752 |
size | 230,637 |
Status: Beta
Documentation | Github | Crate
This crate allows to create a signature (index) of a directory with files, which is:
Reproducible (does not depend on order of file scan)
Easy to check even using a bash script (sans edge cases)
Usable for file synchonization
Can be produced and checked without loading full index into memory
Licensed under either of
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.