Skip to content

tailhook/dir-signature

Repository files navigation

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.

About

A library to create a signature (or index) of the directory suitable for using by file synchronization utilities

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published