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

* 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.