dir-signature 0.1.0

This crate allows to create a signature (index) of a directory with files.
Documentation

============= Dir Signature

:Status: Alpha :Documentation: http://docs.rs/dir-signature/

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.