dir-signature

Crates.iodir-signature
lib.rsdir-signature
version0.2.9
sourcesrc
created_at2016-12-23 21:19:01.106017
updated_at2018-04-16 21:38:47.803089
description This crate allows to create a signature (index) of a directory with files.
homepagehttp://github.com/tailhook/dir-signature
repository
max_upload_size
id7752
size230,637
Paul Colomiets (tailhook)

documentation

http://docs.rs/dir-signature

README

Dir Signature

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

License

Licensed under either of

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.

Commit count: 0

cargo fmt