rs_merkle 1.4.2

The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks
Documentation
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

## Pull Request Process

 - Please update the [tests]./tests to reflect the changes.
 - Update any documentation comments if required.
 - Bump the version number and update the README.md to reflect the changes that this Pull Request would represent. The versioning scheme we use is SemVer.
 - You may merge the Pull Request in once you have the sign-off of the repo maintainer, or if you do not have permission to do that, you may request the second reviewer to merge it for you.
 
 Thank you!